From: Janis Johnson Date: Mon, 12 Oct 2009 20:17:43 +0000 (+0000) Subject: * gcc.dg/lto/20090914-2.c: Fix typos in test directives. X-Git-Tag: releases/gcc-4.5.0~2951 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=610bf3ebef5b6e06e554736ccadd9b76371be14a;p=thirdparty%2Fgcc.git * gcc.dg/lto/20090914-2.c: Fix typos in test directives. From-SVN: r152684 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 7e2c9ab6ff49..5e5f39c7457e 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2009-10-12 Janis Johnson + + * gcc.dg/lto/20090914-2.c: Fix typos in test directives. + 2009-10-12 Alexandre Oliva PR debug/41343 diff --git a/gcc/testsuite/gcc.dg/lto/20090914-2_0.c b/gcc/testsuite/gcc.dg/lto/20090914-2_0.c index 908af697ff84..906b3c44196c 100644 --- a/gcc/testsuite/gcc.dg/lto/20090914-2_0.c +++ b/gcc/testsuite/gcc.dg/lto/20090914-2_0.c @@ -1,5 +1,5 @@ -/* { dg-lto-do run */ -/* { dg-skip-if "x86 only" { ! { x86_64-*-* i?86-*-* } } { "*" } { "" } } +/* { dg-lto-do run } */ +/* { dg-skip-if "x86 only" { ! { x86_64-*-* i?86-*-* } } { "*" } { "" } } */ /* Doesn't work without this dummy function with -fwhopr. */ int foo(void) { }