aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/execute/990826-0.x
blob: 84a8c2a1dcbdf4ceb8c24108ff876debc37ddaf9 (plain)
1
2
3
4
5
# floor() is not available on m6811/m6812 target, this test will not link.
if { [istarget "m6811-*-*"] || [istarget "m6812-*-*"]} {
	return 1
}
return 0