repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
cvt-1.x
blob
997c8650c0021dfcc69ae5a436ebdaff1b4748b1
1
# This doesn't work on d10v if ints are not 32 bits
2
3
if { [istarget "d10v-*-*"] && ! [string-match "*-mint32*" $CFLAGS] } {
4
set torture_execute_xfail "d10v-*-*"
5
}
6
7
return 0