repo.or.cz
/
official-gcc
/
graphite-test-results.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge from mainline (167278:168000).
[official-gcc/graphite-test-results.git]
/
gcc
/
testsuite
/
g++.dg
/
ext
/
stmtexpr4.C
blob
a37c33ae086326d909649fe76d69bf3626665109
1
// PR c++/20147
2
// { dg-do compile }
3
// { dg-options "" }
4
5
void foo()
6
{
7
({x;}); // { dg-error "was not declared" }
8
}