Commit a16bca31 by Richard Biener Committed by Richard Biener

c-torture.exp (C_TORTURE_OPTIONS): Remove { -O3 -fomit-frame-pointer }...

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

	* lib/c-torture.exp (C_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 }
	* lib/gcc-dg.exp (DG_TORTURE_OPTIONS): Likewise.
	* gcc.c-torture/execute/builtins/builtins.exp: Add -fno-tracer
	to additional_flags.

From-SVN: r225808
parent ac4ee457
2015-07-15 Richard Biener <rguenther@suse.de>
* lib/c-torture.exp (C_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 }
* lib/gcc-dg.exp (DG_TORTURE_OPTIONS): Likewise.
* gcc.c-torture/execute/builtins/builtins.exp: Add -fno-tracer
to additional_flags.
2015-07-15 Uros Bizjak <ubizjak@gmail.com> 2015-07-15 Uros Bizjak <ubizjak@gmail.com>
PR rtl-optimization/66838 PR rtl-optimization/66838
......
...@@ -37,7 +37,7 @@ load_lib c-torture.exp ...@@ -37,7 +37,7 @@ load_lib c-torture.exp
torture-init torture-init
set-torture-options $C_TORTURE_OPTIONS {{}} $LTO_TORTURE_OPTIONS set-torture-options $C_TORTURE_OPTIONS {{}} $LTO_TORTURE_OPTIONS
set additional_flags "-fno-tree-loop-distribute-patterns" set additional_flags "-fno-tree-loop-distribute-patterns -fno-tracer"
if [istarget "powerpc-*-darwin*"] { if [istarget "powerpc-*-darwin*"] {
lappend additional_flags "-Wl,-multiply_defined,suppress" lappend additional_flags "-Wl,-multiply_defined,suppress"
} }
......
...@@ -53,9 +53,7 @@ if [info exists TORTURE_OPTIONS] { ...@@ -53,9 +53,7 @@ if [info exists TORTURE_OPTIONS] {
{ -O0 } \ { -O0 } \
{ -O1 } \ { -O1 } \
{ -O2 } \ { -O2 } \
{ -O3 -fomit-frame-pointer } \ { -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions } \
{ -O3 -fomit-frame-pointer -funroll-loops } \
{ -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions } \
{ -O3 -g } \ { -O3 -g } \
{ -Os } \ { -Os } \
{ -Og -g } ] { -Og -g } ]
......
...@@ -74,9 +74,7 @@ if [info exists TORTURE_OPTIONS] { ...@@ -74,9 +74,7 @@ if [info exists TORTURE_OPTIONS] {
{ -O0 } \ { -O0 } \
{ -O1 } \ { -O1 } \
{ -O2 } \ { -O2 } \
{ -O3 -fomit-frame-pointer } \ { -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions } \
{ -O3 -fomit-frame-pointer -funroll-loops } \
{ -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions } \
{ -O3 -g } \ { -O3 -g } \
{ -Os } ] { -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