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
Daily bump.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
noexcept37.C
blob
93dfecb9662d7a29b176029897b31a2be8423458
1
// PR c++/89571
2
// { dg-do compile { target c++11 } }
3
4
struct A
5
{
6
int i = ; // { dg-error "expected" }
7
A() noexcept = default;
8
};