OSDN Git Service

Fix incorrectly applied patch.
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 11 Jan 2011 17:33:52 +0000 (17:33 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 11 Jan 2011 17:33:52 +0000 (17:33 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@168667 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/gcc.dg/lto/pr45721_0.c
gcc/testsuite/gcc.dg/lto/pr45721_1.c

index 0af1620..8c5c052 100644 (file)
@@ -2,7 +2,3 @@
 void baz(void) {}
 void *y = (void *)baz;
 int main () { return 0; }
-/* { dg-lto-do assemble }  */
-void baz(void) {}
-void *y = (void *)baz;
-int main () { return 0; }
index 63cbfef..05d854f 100644 (file)
@@ -1,4 +1,2 @@
 static void bar(void) __attribute__ ((weakref("baz")));
 void *x = (void *)bar;
-static void bar(void) __attribute__ ((weakref("baz")));
-void *x = (void *)bar;