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/55073] Wrong Neon code generation at -O2 caused by -fschedule-insns


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

--- Comment #12 from Eric Batut <eric.batut at allegorithmic dot com> 2012-11-30 15:16:47 UTC ---
(In reply to comment #11)
> Something else to check is that you are using the version of arm_neon.h that
> comes with gcc-4.8.  This file has to match the version of GCC it was designed
> for.


The arm_neon.h file is properly copied to the right place bu the build script,
and inserting a #error in there did cause my build to fail, so I think I have
the right one.

I am setting up my Linux VM to rebuild arm-linux-androideabi-gcc to check if it
behaves the same as the Mac-built version does.

Thanks a lot for your help in sorting this out.

Best Regards,
Eric


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