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
predicate aware uninitialized analysis
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
parse
/
error4.C
blob
792bf4dc063c9dbe5b50cabf3b1df83b772e51af
1
// PR c++/12160
2
// { dg-options "-fshow-column" }
3
4
struct X {
5
virtual void f(int,
6
itn,
7
int);
8
};
9
10
// { dg-error "4:'itn' has not been declared" "" { target *-*-* } 6 }