rt_gccstream/gcc/testsuite/gcc.dg/pr28706.c

13 lines
248 B
C

/* PR c/28706 */
/* { dg-do compile } */
/* { dg-options "--combine" } */
/* { dg-additional-sources "pr28706.c" } */
struct A
{
int i;
} __attribute__((aligned (sizeof (long int))));
extern void foo (struct A *);
extern void foo (struct A *);