]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.c-torture/execute/920501-8.x
freebsd.h (CPP_CPU64_DEFAULT_SPEC): Replace with...
[thirdparty/gcc.git] / gcc / testsuite / gcc.c-torture / execute / 920501-8.x
CommitLineData
b05d8201
SC
1# sprintf() does not support %f on m6811/m6812 target.
2if { [istarget "m6811-*-*"] || [istarget "m6812-*-*"]} {
3 return 1
4}
5return 0