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
/
err-msg9.C
blob
0dd7f09c0d5656bab30797bb70858bdec36db485
1
// { dg-do assemble }
2
// GROUPS passed error-messages
3
class foo {
4
public:
5
int ~foo ();// { dg-error "" } return type specification for destructor invalid.*
6
};