2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-04-18 01:20:48 +08:00

* ChangeLog: Update my previous entry.

From-SVN: r179574
This commit is contained in:
Uros Bizjak 2011-10-05 21:41:27 +02:00
parent 3f7739ad52
commit 854f7cbec5

@ -17,7 +17,10 @@
2011-10-05 Uros Bizjak <ubizjak@gmail.com>
* gcc.dg/vect/vect.exp (VEC_CFLAGS): Move initialization after
DEFAULT_VECTFLAGS initialization.
DEFAULT_VECTFLAGS initialization. Append "-fdump-tree-veclower2".
* gcc.dg/vect/vec-scal-opt.c: Scan and cleanup veclower2 tree dump.
* gcc.dg/vect/vec-scal-opt1.c: Ditto.
* gcc.dg/vect/vec-scal-opt2.c: Ditto.
2011-10-05 Richard Guenther <rguenther@suse.de>