]> matita.cs.unibo.it Git - pkg-cerco/acc.git/blob - tests/GCCTestSuite/pragma-pack-4.c.expected
Imported Upstream version 0.2
[pkg-cerco/acc.git] / tests / GCCTestSuite / pragma-pack-4.c.expected
1 /* PR c/28286 */
2 /* { dg-do compile } */
3
4 #pragma pack(0.5)         /* { dg-warning "invalid constant" } */
5 #pragma pack(push,0.5)    /* { dg-warning "invalid constant" } */
6 #pragma pack(push,x,0.5)  /* { dg-warning "invalid constant" } */
7 int i;