This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: Run some more tests on x86_64 with -m32


On Thu, May 26, 2005 at 06:41:10PM +0200, Andreas Jaeger wrote:
> 
> We have a number of testcases that only run on i?86 platforms - but
> x86_64 platforms using -m32 are the same.  I've changed the testcase
> so that the tests are now run there as well.
> 
> +/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
> +/* { dg-require-effective-target ilp32 } */

In case you didn't know, it's possible to use

  { target { { i?86-*-* x86_64-*-* } && ilp32 } }

although it's probably more readable the way you've got it.

> Tested on Linux/x86-64 with/without -m32 runs.  Ok to commit?

I've been leaving it to other maintainers to approve changes to
individual tests, but this looks fine to me.

Janis


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