diff mbox

[testsuite] : Fix gcc.dg/torture/pr55018.c testsuite failure

Message ID CAFULd4axesNvGVcgYOxGMmANTDBBtuVdo6812Zv0d=CEcV=e-g@mail.gmail.com
State New
Headers show

Commit Message

Uros Bizjak Nov. 5, 2012, 11:02 a.m. UTC
Hello!

Just another instance of testsuite PR51128.

2012-11-05  Uros Bizjak  <ubizjak@gmail.com>

	PR testsuite/51128
	* gcc.dg/torture/pr55018.c: Skip if -fno-fat-lto-objects was passed.

Tested on x86_64-pc-linux-gnu, committed to mainline SVN.

Uros.
diff mbox

Patch

Index: gcc.dg/torture/pr55018.c
===================================================================
--- gcc.dg/torture/pr55018.c    (revision 193151)
+++ gcc.dg/torture/pr55018.c    (working copy)
@@ -1,6 +1,7 @@ 
 /* PR tree-optimization/55018 */
 /* { dg-do compile } */
 /* { dg-options "-fdump-tree-optimized" } */
+/* { dg-skip-if "" { *-*-* } { "-fno-fat-lto-objects" } { "" } } */

 void
 foo (int x)