repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2018-07-20 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
pr49847.C
blob
42bd5a18159a99b37908455dc5f4418696db80ce
1
/* { dg-do compile } */
2
/* { dg-options "-O -fnon-call-exceptions -Wno-return-type" } */
3
int f (float g)
4
{
5
try { return g >= 0; }
6
catch (...) {}
7
}