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++.brendan
/
crash4.C
blob
34ef2dddb80ebc25cfb93a5e38ddc2730bff6b2d
1
// { dg-do assemble }
2
// GROUPS passed old-abort
3
typedef struct Thing {
4
Thing();
5
int x;
6
} Thing;