repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.dg
/
pragma-pack-4.c
blob
1d78f475565ea02ec817602381ee627fc55238e5
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
;