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
2002-05-10 David S. Miller <davem@redhat.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
loop-2d.x
blob
a98f54941c552e3e7c5cf6b4fa24112c7c383c14
1
if { [istarget "i686-*"] } {
2
set torture_eval_before_execute {
3
global compiler_conditional_xfail_data
4
set compiler_conditional_xfail_data {
5
"Loop optimiser bug" \
6
"i686-*" \
7
{ "-Os" } \
8
{ "" }
9
}
10
}
11
}
12
13
return 0