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

Artem Shinkarov <tema at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tema at gcc dot gnu.org

--- Comment #2 from Artem Shinkarov <tema at gcc dot gnu.org> 2011-10-12 16:56:59 UTC ---
Ah! It happens because the underlying architecture is 32-bit.  We should run
these tests only on 64-bit architectures to get the correct warnings.  So I'll
add /* { dg-require-effective-target lp64 } */ option.

By the way, is it a correct option to disable running the test on 32-bit archs?


Artem.


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