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
/
nest4.C
blob
f7af04df9a500c652cd6a38d5e4c4b967a46d51d
1
// { dg-do assemble }
2
// { dg-options "-pedantic-errors" }
3
// GROUPS passed nested-classes
4
class vec {
5
class blah { };
6
7
::vec::blah satan( 0);// { dg-error "" } .*
8
blah herman( 0);// { dg-error "" } .*
9
};