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
/
torture
/
pr47559.C
blob
42dedee291c46ef6a1a9b015ad58f193f4babf8f
1
// { dg-do compile }
2
// { dg-options "-std=c++0x -fnon-call-exceptions" }
3
4
void foo (int *k) noexcept
5
{
6
for (;;)
7
*k = 0;
8
}