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
[RTL ifcvt] PR 67786, 67787: Check that intermediate instructions in the basic block...
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr61058.c
blob
6f840f418fee4b8664eaf41f7c80e07e81c2a2e4
1
/* PR rtl-optimization/61058 */
2
/* { dg-do compile } */
3
/* { dg-options "" } */
4
/* { dg-additional-options "-fno-asynchronous-unwind-tables -mtune=atom" { target i?86-*-* x86_64-*-* } } */
5
6
void
7
foo
(
void
)
8
{
9
__builtin_unreachable
();
10
}