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:
Olga Golovanevsky 2007-12-13 20:50:38 +00:00 committed by Olga Golovanevsky
parent 7e4b97c736
commit e49f4f07da
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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