aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite
diff options
context:
space:
mode:
authorJanis Johnson <janis187@us.ibm.com>2009-10-12 20:17:43 +0000
committerJanis Johnson <janis@gcc.gnu.org>2009-10-12 20:17:43 +0000
commit610bf3ebef5b6e06e554736ccadd9b76371be14a (patch)
treef9439c220481bae6b4910daa210cc36f69a43232 /gcc/testsuite
parent4c76903690470c854ec6f7b4dcbabcb88612e2cb (diff)
downloadgcc-610bf3ebef5b6e06e554736ccadd9b76371be14a.zip
gcc-610bf3ebef5b6e06e554736ccadd9b76371be14a.tar.gz
gcc-610bf3ebef5b6e06e554736ccadd9b76371be14a.tar.bz2
* gcc.dg/lto/20090914-2.c: Fix typos in test directives.
From-SVN: r152684
Diffstat (limited to 'gcc/testsuite')
-rw-r--r--gcc/testsuite/ChangeLog4
-rw-r--r--gcc/testsuite/gcc.dg/lto/20090914-2_0.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 7e2c9ab..5e5f39c 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2009-10-12 Janis Johnson <janis187@us.ibm.com>
+
+ * gcc.dg/lto/20090914-2.c: Fix typos in test directives.
+
2009-10-12 Alexandre Oliva <aoliva@redhat.com>
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 908af69..906b3c4 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) { }