[Bug tree-optimization/49175] vect/pr48172.c execution failure for ARM GNU/Linux

mikpe at it dot uu.se gcc-bugzilla@gcc.gnu.org
Thu May 26 17:37:00 GMT 2011


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

Mikael Pettersson <mikpe at it dot uu.se> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mikpe at it dot uu.se

--- Comment #1 from Mikael Pettersson <mikpe at it dot uu.se> 2011-05-26 17:11:12 UTC ---
I checked the failure on armv5tel-linux-gnueabi: it's due to the test case
containing VFP (Neon?) instructions, so it gets a SIGILL at runtime.

According to gcc/testsuite/gcc/gcc.log it's compiled with -mfpu=neon, which
explains the failure.  Does it need a

{ dg-require-effective-target vect_int }

or something like that?



More information about the Gcc-bugs mailing list