[Bug rtl-optimization/65932] [5 Regression] Linux-3.10.75 on arm926ej-s does not boot due to wrong code generation

2015-06-07 Thread gccbugs at rooted dot tk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65932 gccbugs at rooted dot tk changed: What|Removed |Added CC||gccbugs at rooted dot tk

[Bug ipa/66271] -Os generates incorrect code on ARM possibly due to IPA

2015-06-07 Thread gccbugs at rooted dot tk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66271 --- Comment #7 from gccbugs at rooted dot tk --- Seems like it is indeed the same issue.

[Bug ipa/66271] -Os generates incorrect code on ARM possibly due to IPA

2015-05-24 Thread gccbugs at rooted dot tk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66271 --- Comment #5 from gccbugs at rooted dot tk --- Created attachment 35613 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35613&action=edit C source code

[Bug ipa/66271] -Os generates incorrect code on ARM possibly due to IPA

2015-05-24 Thread gccbugs at rooted dot tk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66271 --- Comment #4 from gccbugs at rooted dot tk --- Created attachment 35612 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35612&action=edit incorrect output wiith -Os

[Bug ipa/66271] -Os generates incorrect code on ARM possibly due to IPA

2015-05-24 Thread gccbugs at rooted dot tk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66271 --- Comment #3 from gccbugs at rooted dot tk --- Created attachment 35611 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35611&action=edit gcc -v output

[Bug c/66271] -Os generates incorrect code on ARM possibly due to IPA

2015-05-24 Thread gccbugs at rooted dot tk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66271 --- Comment #2 from gccbugs at rooted dot tk --- Created attachment 35610 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35610&action=edit correct code with -O2

[Bug c/66271] -Os generates incorrect code on ARM possibly due to IPA

2015-05-24 Thread gccbugs at rooted dot tk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66271 --- Comment #1 from gccbugs at rooted dot tk --- Oddly enough, the code is correct with -O2 instead of -Os.

[Bug ipa/66271] New: -Os generates incorrect code on ARM possibly due to IPA

2015-05-24 Thread gccbugs at rooted dot tk
Priority: P3 Component: ipa Assignee: unassigned at gcc dot gnu.org Reporter: gccbugs at rooted dot tk Target Milestone: --- Created attachment 35609 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35609&action=edit code snippet and generated assembly GCC ge