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]
Other format: [Raw text]

[Bug middle-end/50704] FAIL: gcc.target/i386/warn-vect-op-1.c


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50704

--- Comment #6 from H.J. Lu <hjl.tools at gmail dot com> 2011-10-12 17:36:05 UTC ---
(In reply to comment #5)
> 
> So if I want to run the test only on 64-bit architectures, then lp64 is the
> correct choice in dg-require-effective-target?
> 
> Artem.

x32 also has 64bit registers. You should use

/* { dg-do compile { target { ! { ia32 } } } } */


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