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
Tighten condition in vect/pr85586.c (PR 85654)
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr45353.c
blob
0d704f8d16bc84caab37461526541d41e0fad296
1
/* PR rtl-optimization/45353 */
2
/* { dg-do compile } */
3
/* { dg-options "-O2 -fschedule-insns -fselective-scheduling" } */
4
/* { dg-require-effective-target scheduling } */
5
6
void
7
foo
()
8
{
9
__builtin_unreachable
();
10
}