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 target/51882] ICE: in extract_insn, at recog.c:2109 (unrecognizable insn) when building Mesa on ARM


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

--- Comment #1 from Ramana Radhakrishnan <ramana at gcc dot gnu.org> 2012-01-21 12:29:02 UTC ---
Created attachment 26403
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26403
reduced testcase

Reduced testcase. 

Configured with : 


--target=arm-linux-gnueabi --with-cpu=cortex-a9 --with-fpu=neon
--with-float=softfp -

Command line options. : 

 ./xgcc -B`pwd` -S -O2  -fPIC   -mapcs -O2  -Wall    -ffast-math
-mtune=cortex-a9 besttry.c 

Ramana


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