Commit e49f4f07 by Olga Golovanevsky Committed by Olga Golovanevsky

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
parent 7e4b97c7
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment