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
/
noexcept70.C
blob
45a6137dd6f9188d375e933b2dcb0dbe9da0e9e7
1
// PR c++/101087
2
// { dg-do compile { target c++11 } }
3
4
int f();
5
static_assert(noexcept(sizeof(f())), "");