OSDN Git Service

2010-01-21 Martin Jambor <mjambor@suse.cz>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / debug / pr41893-1.c
1 /* PR debug/41893 */
2 /* { dg-do compile } */
3 /* { dg-options "-combine -fwhole-program -O" } */
4 /* { dg-additional-sources "pr41893-2.c" } */
5
6 struct S { int v; };
7 struct S s;
8
9 void __attribute__((externally_visible))
10 func1 (void)
11 {
12   struct S *p = &s;
13 }