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
Wattributes-10.c: Add -fno-common option on hppa*-*-hpux*.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
parse
/
bitfield8.C
blob
19b862cc217c8b4d049eabbfa0a3b7f7abacad21
1
struct A
2
{
3
static int a : 1; // { dg-error "14:static member .a. cannot be a bit-field" }
4
};