struct-reorg.exp: Replace DEFAULT_CFLAGS by STRUCT_REORG_CFLAFS.
2007-12-13 Olga Golovanevsky <olga@il.ibm.com> * gcc.dg/struct/struct-reorg.exp: Replace DEFAULT_CFLAGS by STRUCT_REORG_CFLAFS. From-SVN: r130916
This commit is contained in:
parent
7e4b97c736
commit
e49f4f07da
@ -1,3 +1,8 @@
|
||||
2007-12-13 Olga Golovanevsky <olga@il.ibm.com>
|
||||
|
||||
* gcc.dg/struct/struct-reorg.exp: Replace
|
||||
DEFAULT_CFLAGS by STRUCT_REORG_CFLAFS.
|
||||
|
||||
2007-12-13 Thomas Koenig <tkoenig@gcc.gnu.org>
|
||||
|
||||
PR libfortran/34370
|
||||
|
@ -20,12 +20,12 @@
|
||||
load_lib gcc-dg.exp
|
||||
load_lib target-supports.exp
|
||||
|
||||
set DEFAULT_CFLAGS "-O3 -fipa-struct-reorg -fdump-ipa-all -fwhole-program -combine -fipa-type-escape"
|
||||
set STRUCT_REORG_CFLAGS "-O3 -fipa-struct-reorg -fdump-ipa-all -fwhole-program -combine -fipa-type-escape"
|
||||
|
||||
# Initialize `dg'.
|
||||
dg-init
|
||||
|
||||
dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/wo_prof_*.c]] "" $DEFAULT_CFLAGS
|
||||
dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/wo_prof_*.c]] "" $STRUCT_REORG_CFLAGS
|
||||
|
||||
dg-final
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user