pr61772.c: Skip lto running.

* gcc.dg/torture/pr61772.c: Skip lto running.

From-SVN: r213748
This commit is contained in:
Bin Cheng 2014-08-08 02:45:13 +00:00 committed by Bin Cheng
parent 1f24d2a24d
commit 07ad7382cf
2 changed files with 5 additions and 0 deletions

View 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

View 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)