Commit 51a0d6aa by H.J. Lu Committed by H.J. Lu

re PR testsuite/41385 (Many regressions on trunk)

2009-09-17  H.J. Lu  <hongjiu.lu@intel.com>

	PR testsuite/41385
	* gcc.dg/dfp/dfp.exp: Properly save DEFAULT_CFLAGS.

From-SVN: r151803
parent 98f3eb1f
2009-09-17 H.J. Lu <hongjiu.lu@intel.com>
PR testsuite/41385
* gcc.dg/dfp/dfp.exp: Properly save DEFAULT_CFLAGS.
2009-09-17 Martin Jambor <mjambor@suse.cz> 2009-09-17 Martin Jambor <mjambor@suse.cz>
* gcc.dg/struct/wo_prof_escape_arg_to_local.c: Do not run IPA-SRA. * gcc.dg/struct/wo_prof_escape_arg_to_local.c: Do not run IPA-SRA.
......
...@@ -39,7 +39,7 @@ verbose "dfp.exp: dg-do-what-default is ${dg-do-what-default}" 2 ...@@ -39,7 +39,7 @@ verbose "dfp.exp: dg-do-what-default is ${dg-do-what-default}" 2
global DEFAULT_CFLAGS global DEFAULT_CFLAGS
if [info exists DEFAULT_CFLAGS] then { if [info exists DEFAULT_CFLAGS] then {
set save_default_cflags DEFAULT_CFLAGS set save_default_cflags $DEFAULT_CFLAGS
} }
# If a testcase doesn't have special options, use these. # If a testcase doesn't have special options, use these.
......
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