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
PR c++/85553
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
error8.C
blob
a99207792ae073001b98f4ef0e45ad52c5f31c54
1
// PR c++/39681
2
// { dg-do compile { target c++11 } }
3
4
struct A
5
{
6
int* p = new foo; // { dg-error "16:foo. does not name a type" }
7
};