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?

Reply via email to