gcc.dg/ultrasp2.c
Mark Mitchell
mark@codesourcery.com
Mon May 14 01:31:00 GMT 2001
This test fails on sparc-sun-solaris2.8 because it tries to compile
with -m64 there.
The compiler says:
cc1: -m64 is not supported by this configuration
Why are we trying use -m64 on arbitrary Solaris systems?
This is not a regression, so I can just XFAIL the test on the branch
-- but I don't know how. Can I put an `{ xfail ... }' clause in a
`dg-options' clause?
Anyhow, if the test-case is broken, we should just fix it. Consider
any patch to the test-case preapproved.
Thanks,
--
Mark Mitchell mark@codesourcery.com
CodeSourcery, LLC http://www.codesourcery.com
More information about the Gcc-bugs
mailing list