From patchwork Mon Nov 5 11:02:51 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [testsuite] : Fix gcc.dg/torture/pr55018.c testsuite failure Date: Mon, 05 Nov 2012 01:02:51 -0000 From: Uros Bizjak X-Patchwork-Id: 197185 Message-Id: To: gcc-patches@gcc.gnu.org Cc: Steven Bosscher , Jakub Jelinek Hello! Just another instance of testsuite PR51128. 2012-11-05 Uros Bizjak 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. 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)