URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [pragma-pack-4.c] - Rev 318
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR c/28286 */ /* { dg-do compile } */ /* { dg-skip-if "no Pragma pack" { "avr-*-*" } { "*" } { "" } } */ #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