diff options
author | Jan Hubicka <jh@suse.cz> | 2010-12-16 02:47:08 +0100 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2010-12-16 01:47:08 +0000 |
commit | f7480e3b7954c8574bc3a73adb8a9a5114569b11 (patch) | |
tree | b852b3b8366cfdb516ef2f737b243aab675c5458 /gcc | |
parent | 782d1c333f42c650699be7f7f4679c38ab544ecd (diff) | |
download | gcc-f7480e3b7954c8574bc3a73adb8a9a5114569b11.zip gcc-f7480e3b7954c8574bc3a73adb8a9a5114569b11.tar.gz gcc-f7480e3b7954c8574bc3a73adb8a9a5114569b11.tar.bz2 |
re PR lto/46976 (FAIL: gcc.dg/lto/pr46940_0.c)
PR lto/46976
* gcc.dg/lto/pr46940_0.c: Fix commit.
From-SVN: r167896
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/lto/pr46940_0.c | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 7de0bea..18e3107 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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 diff --git a/gcc/testsuite/gcc.dg/lto/pr46940_0.c b/gcc/testsuite/gcc.dg/lto/pr46940_0.c index e9f6dc8..5283495 100644 --- a/gcc/testsuite/gcc.dg/lto/pr46940_0.c +++ b/gcc/testsuite/gcc.dg/lto/pr46940_0.c @@ -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"))) ; |