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
PR tree-optimization/67955
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
tree-ssa
/
pr41905.C
blob
4424ce8d23db3176eb6f99e0ac8458b7a3b142d0
1
/* { dg-do compile } */
2
/* { dg-options "-O2" } */
3
int foo() __attribute__((noreturn));
4
int bar() { return foo(); }