This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/50704] FAIL: gcc.target/i386/warn-vect-op-1.c
- From: "tema at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 12 Oct 2011 17:45:14 +0000
- Subject: [Bug middle-end/50704] FAIL: gcc.target/i386/warn-vect-op-1.c
- Auto-submitted: auto-generated
- References: <bug-50704-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50704
--- Comment #7 from Artem Shinkarov <tema at gcc dot gnu.org> 2011-10-12 17:45:14 UTC ---
(In reply to comment #6)
> (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 } } } } */
I need to make sure that UNITS_PER_WORD is 8 on the architecture I am running
the test. Is it the case for x32?
Thanks,
Artem.