mirror of git://gcc.gnu.org/git/gcc.git
parent
6e70182270
commit
7bc6263756
|
@ -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; }
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue