Commit aa6cf07e by Richard Biener Committed by Richard Biener

objc-torture.exp (OBJC_TORTURE_OPTIONS): Remove { -O3 -fomit-frame-pointer }...

2015-07-15  Richard Biener  <rguenther@suse.de>

	* lib/objc-torture.exp (OBJC_TORTURE_OPTIONS): Remove
	{ -O3 -fomit-frame-pointer },
	{ -O3 -fomit-frame-pointer -funroll-loops } and
	{ -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions }
	in favor of
	{ -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer
	  -finline-functions }

From-SVN: r225821
parent 8e8886f6
2015-07-15 Richard Biener <rguenther@suse.de>
* lib/objc-torture.exp (OBJC_TORTURE_OPTIONS): Remove
{ -O3 -fomit-frame-pointer },
{ -O3 -fomit-frame-pointer -funroll-loops } and
{ -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions }
in favor of
{ -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer
-finline-functions }
2015-07-15 Robert Suchanek <robert.suchanek@imgtec.com>
* gcc.target/mips/interrupt_handler-5.c: New test.
......
......@@ -126,9 +126,7 @@ if [info exists TORTURE_OPTIONS] {
" -O0 " \
" -O1 " \
" -O2 " \
" -O3 -fomit-frame-pointer " \
" -O3 -fomit-frame-pointer -funroll-loops " \
" -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions " \
" -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions " \
" -O3 -g " \
" -Os " ]
}
......
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