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
Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git]
/
old-autovect-branch
/
gcc
/
testsuite
/
g++.old-deja
/
g++.jason
/
anon2.C
blob
2aba55649ed52f4be2ab1de3bb0740ff3caa0c58
1
// { dg-do assemble }
2
// g++ should not complain about anonymous bitfields.
3
4
struct A
5
{
6
int : 2;
7
};