objc-torture.exp (OBJC_TORTURE_OPTIONS): Remove { -O3 -fomit-frame-pointer }...
authorRichard Biener <rguenther@suse.de>
Wed, 15 Jul 2015 11:47:54 +0000 (11:47 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 15 Jul 2015 11:47:54 +0000 (11:47 +0000)
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

gcc/testsuite/ChangeLog
gcc/testsuite/lib/objc-torture.exp

index 4c430bff2d7dc6e87ede4df0ead749bb9a5dffc1..f8ff300032d46a5d38acab4239af4a812f48f61e 100644 (file)
@@ -1,3 +1,13 @@
+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.
index 404bed5c27438b7e2a9c09ef4586a10cd0c7a4a2..87d301785aa1b40ff1be0ff4f01693a793d122c9 100644 (file)
@@ -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 " ]
 }