repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
PR target/55146
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pragma-pack-4.c
blob
c2ea59e9dacee28a1365fe9fa9ae75610d0eda46
1
/* PR c/28286 */
2
/* { dg-do compile } */
3
4
5
#pragma pack(0.5)
/* { dg-warning "invalid constant" } */
6
#pragma pack(push,0.5)
/* { dg-warning "invalid constant" } */
7
#pragma pack(push,x,0.5)
/* { dg-warning "invalid constant" } */