blob: 2d20b891f3f36be6d7c0932efc1197828dc0ce06 [file] [log] [blame]
/* GCC should allow struct S to be in a register. */
/* { dg-do compile } */
struct S { volatile int field; };
int f (register struct S arg); /* { dg-bogus "volatile field" "with arg" } */
int g (register struct S); /* { dg-bogus "volatile field" "no arg" } */