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++.dg
/
abi
/
bitfield7.C
blob
b5b656ffa477b200798865c7f22cbe0f2b58edf0
1
// { dg-do compile }
2
// { dg-options "-Wabi -fabi-version=1" }
3
4
union U { // { dg-warning "ABI" }
5
int i: 4096; // { dg-warning "exceeds" }
6
};
7