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
/
pr68392.C
blob
e758a01e2ca9c162b43dd7aa5b73d325ac4da86e
1
// PR rtl-optimization/68392
2
// { dg-do compile }
3
// { dg-options "-O -fno-checking" }
4
5
void tool_cleanup(bool from_signal)
6
{
7
tool_cleanup(from_signal);
8
}