[Bug rtl-optimization/64682] [5 Regression] wrong code at -O2 and -O3 on x86_64-linux-gnu

2017-11-09 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64682 --- Comment #13 from Segher Boessenkool --- Author: segher Date: Thu Nov 9 10:23:30 2017 New Revision: 254565 URL: https://gcc.gnu.org/viewcvs?rev=254565&root=gcc&view=rev Log: Backport from mainline 2017-11-01 Segher Boessenko

[Bug rtl-optimization/64682] [5 Regression] wrong code at -O2 and -O3 on x86_64-linux-gnu

2017-11-09 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64682 --- Comment #12 from Segher Boessenkool --- Author: segher Date: Thu Nov 9 10:21:06 2017 New Revision: 254564 URL: https://gcc.gnu.org/viewcvs?rev=254564&root=gcc&view=rev Log: Backport from mainline 2017-11-01 Segher Boessenko

[Bug rtl-optimization/64682] [5 Regression] wrong code at -O2 and -O3 on x86_64-linux-gnu

2017-11-01 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64682 --- Comment #11 from Segher Boessenkool --- Author: segher Date: Wed Nov 1 16:40:42 2017 New Revision: 254315 URL: https://gcc.gnu.org/viewcvs?rev=254315&root=gcc&view=rev Log: combine: Fix bug in giving up placing REG_DEAD notes (PR82683) Whe

[Bug rtl-optimization/64682] [5 Regression] wrong code at -O2 and -O3 on x86_64-linux-gnu

2016-02-12 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64682 --- Comment #10 from Segher Boessenkool --- Author: segher Date: Fri Feb 12 18:32:21 2016 New Revision: 233384 URL: https://gcc.gnu.org/viewcvs?rev=233384&root=gcc&view=rev Log: combine: More distribute_notes trouble (PR69737) PR64682 is a prob

[Bug rtl-optimization/64682] [5 Regression] wrong code at -O2 and -O3 on x86_64-linux-gnu

2016-02-11 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64682 --- Comment #9 from Segher Boessenkool --- Author: segher Date: Thu Feb 11 22:26:35 2016 New Revision: 233356 URL: https://gcc.gnu.org/viewcvs?rev=233356&root=gcc&view=rev Log: combine: More distribute_notes trouble (PR69737) PR64682 is a probl

[Bug rtl-optimization/64682] [5 Regression] wrong code at -O2 and -O3 on x86_64-linux-gnu

2016-02-04 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64682 --- Comment #8 from Segher Boessenkool --- Author: segher Date: Thu Feb 4 23:16:44 2016 New Revision: 233160 URL: https://gcc.gnu.org/viewcvs?rev=233160&root=gcc&view=rev Log: combine: distribute_notes again (PR69567, PR64682) As it happens th

[Bug rtl-optimization/64682] [5 Regression] wrong code at -O2 and -O3 on x86_64-linux-gnu

2016-02-04 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64682 --- Comment #7 from Segher Boessenkool --- Author: segher Date: Thu Feb 4 23:09:51 2016 New Revision: 233159 URL: https://gcc.gnu.org/viewcvs?rev=233159&root=gcc&view=rev Log: combine: distribute_notes again (PR69567, PR64682) As it happens th

[Bug rtl-optimization/64682] [5 Regression] wrong code at -O2 and -O3 on x86_64-linux-gnu

2015-01-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64682 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug rtl-optimization/64682] [5 Regression] wrong code at -O2 and -O3 on x86_64-linux-gnu

2015-01-21 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64682 --- Comment #5 from Segher Boessenkool --- Author: segher Date: Thu Jan 22 00:35:44 2015 New Revision: 219981 URL: https://gcc.gnu.org/viewcvs?rev=219981&root=gcc&view=rev Log: PR rtl-optimization/64682 * combine.c (distribute_notes): Wh

[Bug rtl-optimization/64682] [5 Regression] wrong code at -O2 and -O3 on x86_64-linux-gnu

2015-01-20 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64682 Segher Boessenkool changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassig

[Bug rtl-optimization/64682] [5 Regression] wrong code at -O2 and -O3 on x86_64-linux-gnu

2015-01-20 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64682 Jakub Jelinek changed: What|Removed |Added CC||law at gcc dot gnu.org --- Comment #3 fr

[Bug rtl-optimization/64682] [5 Regression] wrong code at -O2 and -O3 on x86_64-linux-gnu

2015-01-20 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64682 --- Comment #2 from Jakub Jelinek --- Testcase usable for the testsuite: int a, b = 1; __attribute__((noinline, noclone)) void foo (int x) { if (x != 5) __builtin_abort (); } int main () { int i; for (i = 0; i < 56; i++) for (; a;

[Bug rtl-optimization/64682] [5 Regression] wrong code at -O2 and -O3 on x86_64-linux-gnu

2015-01-20 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64682 Richard Biener changed: What|Removed |Added Keywords||wrong-code Target|