]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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 e83505d360c7d4377d35a2a272f4c39926768aad..ed0d7dbf1498dcc8721036b01b73ab29fe6766ef 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 da4c93e1d0d6f372d1b8a5d110968555606ffd5f..0ef199ff0e11ba9f46df3e3b9895edaa93e2fb04 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)