summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>2009-10-12 20:17:43 +0000
committerjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>2009-10-12 20:17:43 +0000
commit36096fb25627725e265bd404cb9d0136c6bc6c71 (patch)
treef9439c220481bae6b4910daa210cc36f69a43232
parentb861eae354492368477773098d6dfc9710de7015 (diff)
downloadgcc-36096fb25627725e265bd404cb9d0136c6bc6c71.tar.gz
* gcc.dg/lto/20090914-2.c: Fix typos in test directives.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@152684 138bc75d-0d04-0410-961f-82ee72b054a4
-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 7e2c9ab6ff4..5e5f39c7457 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 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) { }