diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 7e2c9ab6ff4..5e5f39c7457 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 908af697ff8..906b3c44196 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) { }