[Bug middle-end/46932] Inefficient code sequence to access local variable

2017-09-13 Thread aldyh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46932 --- Comment #10 from Aldy Hernandez --- Author: aldyh Date: Wed Sep 13 16:57:00 2017 New Revision: 252423 URL: https://gcc.gnu.org/viewcvs?rev=252423&root=gcc&view=rev Log: Add check_effective_target_autoincdec. Add check_effective_target_autoi

[Bug middle-end/46932] Inefficient code sequence to access local variable

2017-09-13 Thread aldyh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46932 --- Comment #9 from Aldy Hernandez --- Author: aldyh Date: Wed Sep 13 16:35:42 2017 New Revision: 252322 URL: https://gcc.gnu.org/viewcvs?rev=252322&root=gcc&view=rev Log: Fix unresolved in gcc.dg/pr46932.c Build only if pre-increment is suppor

[Bug middle-end/46932] Inefficient code sequence to access local variable

2017-08-14 Thread wilco at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46932 --- Comment #9 from Wilco --- Author: wilco Date: Mon Aug 14 11:18:50 2017 New Revision: 251087 URL: https://gcc.gnu.org/viewcvs?rev=251087&root=gcc&view=rev Log: Add check_effective_target_autoincdec. Add check_effective_target_autoincdec that

[Bug middle-end/46932] Inefficient code sequence to access local variable

2017-08-07 Thread wilco at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46932 --- Comment #8 from Wilco --- Author: wilco Date: Mon Aug 7 13:56:02 2017 New Revision: 250918 URL: https://gcc.gnu.org/viewcvs?rev=250918&root=gcc&view=rev Log: Fix unresolved in gcc.dg/pr46932.c Build only if pre-increment is supported. Giv

[Bug middle-end/46932] Inefficient code sequence to access local variable

2017-07-29 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46932 Rainer Orth changed: What|Removed |Added CC||ro at gcc dot gnu.org --- Comment #7 from

[Bug middle-end/46932] Inefficient code sequence to access local variable

2017-07-26 Thread wilco at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46932 Wilco changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug middle-end/46932] Inefficient code sequence to access local variable

2017-07-26 Thread wilco at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46932 --- Comment #5 from Wilco --- Author: wilco Date: Wed Jul 26 10:49:17 2017 New Revision: 250564 URL: https://gcc.gnu.org/viewcvs?rev=250564&root=gcc&view=rev Log: Fix PR46932: Block auto increment on frame pointer Block auto increment on frame

[Bug middle-end/46932] Inefficient code sequence to access local variable

2017-07-20 Thread wilco at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46932 --- Comment #4 from Wilco --- Patch: https://gcc.gnu.org/ml/gcc-patches/2017-07/msg01245.html