This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Patch to skip some more tests for x86 -m64
Andreas Jaeger wrote:
{ dg-require-effective-target ilp32 }
I too think that is current accepted best practice. (It may be that the
tests are just skipped on a system which uses -m64 by default; I'm not
sure if it actually appends -m32 to run them that way. However, that's
still probably OK; what you really want on such a system is to test with
--target_board=unix{-m32,-m64} so that you test both compilation modes,
and the test only needs to be run in one of the modes.)
--
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com
(916) 791-8304