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
builtin-has-attribute-4.c: Skip on 32-bit hppa*-*-hpux*.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr83620.c
blob
e0e44a3b421aab4b639ece85d523f1de154de058
1
/* PR rtl-optimization/86620 */
2
/* { dg-do compile } */
3
/* { dg-options "-O2 -flive-range-shrinkage --param=max-sched-ready-insns=0" } */
4
/* { dg-error "minimum value of parameter 'max-sched-ready-insns' is 1" "" { target *-*-* } 0 } */
5
6
void
7
foo
(
void
)
8
{
9
}