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
* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.old-deja
/
g++.other
/
crash4.C
blob
929847196667554f008c846f58a741cefe8664fd
1
// { dg-do assemble }
2
3
struct T {
4
struct S __attribute__ ((packed)) { // { dg-error "" } parse error
5
int i;
6
};
7
};