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 #6 from Eric Batut <eric.batut at allegorithmic dot com> 2012-11-30 11:05:18 UTC ---
Building the test case at O1 (which I tend to trust slightly more than O2 in
the present case) gives the same set of values than the previous "OK" case :

root@android:/data # ./repro_O1
./repro_O1
[0] = 00030003
[1] = 00030003
[2] = FFFAFFFA
[3] = FFFAFFFA

I hereby declare these values to be the reference values.


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