OSDN Git Service

PR lto/46976
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 16 Dec 2010 01:47:08 +0000 (01:47 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 16 Dec 2010 01:47:08 +0000 (01:47 +0000)
* gcc.dg/lto/pr46940_0.c: Fix commit.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167896 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 7de0bea..18e3107 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 e9f6dc8..5283495 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"))) ;