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++.dg
/
init
/
const4.C
blob
b99726b861667402b6672dbed7003da64782e942
1
// PR c++/27804
2
// { dg-do compile }
3
4
bool foo()
5
{
6
const int i = X; // { dg-error "not declared" }
7
return i > 0;
8
}