]> matita.cs.unibo.it Git - pkg-cerco/acc.git/blob - tests/GCCTestSuite/940409-1.c.expected
Imported Upstream version 0.2
[pkg-cerco/acc.git] / tests / GCCTestSuite / 940409-1.c.expected
1 /* GCC should allow struct S to be in a register.  */
2 /* { dg-do compile } */
3
4 struct S { volatile int field; };
5 int f (register struct S arg);  /* { dg-bogus "volatile field" "with arg" } */
6 int g (register struct S);      /* { dg-bogus "volatile field" "no arg" } */