This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

gcc.dg/ultrasp2.c



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]