pr61772.c: Skip lto running.
authorBin Cheng <bin.cheng@arm.com>
Fri, 8 Aug 2014 02:45:13 +0000 (02:45 +0000)
committerBin Cheng <amker@gcc.gnu.org>
Fri, 8 Aug 2014 02:45:13 +0000 (02:45 +0000)
* gcc.dg/torture/pr61772.c: Skip lto running.

From-SVN: r213748

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/pr61772.c

index e83505d..ed0d7db 100644 (file)
@@ -1,3 +1,7 @@
+2014-08-08  Bin Cheng  <bin.cheng@arm.com>
+
+       * gcc.dg/torture/pr61772.c: Skip lto running.
+
 2014-08-07  John David Anglin  <danglin@gcc.gnu.org>
 
        PR tree-optimization/60707
index da4c93e..0ef199f 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-do compile } */
+/* { dg-skip-if "" { *-*-* } { "-flto" } { "" } } */
 /* { dg-final { scan-assembler-times "XXX" 2 } } */
 
 static inline __attribute__((always_inline)) int dec_and_test (int *i)