URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [pragma-pack-4.c] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR c/28286 */ /* { dg-do compile } */ #pragma pack(0.5) /* { dg-warning "invalid constant" } */ #pragma pack(push,0.5) /* { dg-warning "invalid constant" } */ #pragma pack(push,x,0.5) /* { dg-warning "invalid constant" } */
Go to most recent revision | Compare with Previous | Blame | View Log