OSDN Git Service

2006-12-19 Eric Christopher <echristo@apple.com>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / pr28706.c
1 /* PR c/28706 */
2 /* { dg-do compile } */
3 /* { dg-options "--combine" } */
4 /* { dg-additional-sources "pr28706.c" } */
5
6 struct A
7 {
8   int i;
9 } __attribute__((aligned (sizeof (long int))));
10
11 extern void foo (struct A *);
12 extern void foo (struct A *);