repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fortran: Fix PR 47485.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
deleted15.C
blob
06d2171d6d36a8f6c813dcc48aa3449e50d7014d
1
// PR c++/101106
2
// { dg-do compile { target c++11 } }
3
// { dg-options "" }
4
5
int f();
6
int f() = delete; // { dg-message "not first declaration" }