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
[31/77] Use scalar_int_mode for move2add
[official-gcc.git]
/
gcc
/
testsuite
/
g++.old-deja
/
g++.brendan
/
bit-fields1.C
blob
9ff4c5d864a8e28311b2ba0bb644e5623a9ff3ab
1
// { dg-do assemble }
2
// GROUPS passed bit-fields
3
struct bar {
4
int : 2 = 1;// { dg-error "" } .*
5
};