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
/
defaulted25.C
blob
644fe1bb9dd6ef93533ad24572b4786b8c117a8a
1
// PR c++/48930
2
// { dg-do compile { target c++11 } }
3
// { dg-prune-output "note" }
4
5
struct A
6
{
7
A(const A&) = default;
8
};
9
10
A a; // { dg-error "no match" }