re PR lto/46976 (FAIL: gcc.dg/lto/pr46940_0.c)
authorJan Hubicka <jh@suse.cz>
Thu, 16 Dec 2010 01:47:08 +0000 (02:47 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Thu, 16 Dec 2010 01:47:08 +0000 (01:47 +0000)
PR lto/46976
* gcc.dg/lto/pr46940_0.c: Fix commit.

From-SVN: r167896

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/lto/pr46940_0.c

index 7de0beae8a823bb7f47e780aabe194af159b362f..18e3107dff97ada219cda7cdb3bfa76ba6ff08ea 100644 (file)
@@ -1,3 +1,8 @@
+2010-12-16  Jan Hubicka  <jh@suse.cz>
+
+       PR lto/46976
+       * gcc.dg/lto/pr46940_0.c: Fix commit.
+
 2010-12-15  Nathan Froyd  <froydnj@codesourcery.com>
 
        PR c++/39859
index e9f6dc87f5efe247f09245b0be972a1faead1a41..5283495e8bb5cbfb8d321b2d6b16552f23c82903 100644 (file)
@@ -1,5 +1,6 @@
-* { dg-require-linker-plugin "" } */
-* { dg-extra-ld-options "-fuse-linker-plugin" } */
+/* { dg-require-linker-plugin "" } */
+/* { dg-extra-ld-options "-fuse-linker-plugin" } */
+#include <stdio.h>
 
 extern __attribute__((visibility("hidden"))) void _moz_foo (void);
 extern __typeof (_moz_foo) _moz_foo __asm__ ("" "INT__foo") __attribute__((__visibility__("hidden"))) ;