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
/
crash22.C
blob
73831a053d16ae328d324c00000b6f63e904db9e
1
// { dg-do assemble }
2
// GROUPS passed old-abort
3
struct A {
4
void a1();
5
void a2();
6
};
7
8
struct B {
9
void A::a1(); // this used to die in chainon(), now grokdeclarator should// { dg-error "" } cannot declare.*
10
void A::a2(); // should be fixed by the 930629 change.// { dg-error "" } cannot declare.*
11
};