[Bug rtl-optimization/69752] Reload removing instruction with side-effect

2016-02-17 Thread bernds at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69752 Bernd Schmidt changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug rtl-optimization/69752] Reload removing instruction with side-effect

2016-02-17 Thread bernds at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69752 --- Comment #5 from Bernd Schmidt --- Author: bernds Date: Wed Feb 17 13:03:44 2016 New Revision: 233491 URL: https://gcc.gnu.org/viewcvs?rev=233491&root=gcc&view=rev Log: Backport PR69752 fix from mainline. PR rtl-optimization/69752

[Bug rtl-optimization/69752] Reload removing instruction with side-effect

2016-02-16 Thread bernds at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69752 --- Comment #4 from Bernd Schmidt --- Author: bernds Date: Tue Feb 16 21:37:01 2016 New Revision: 233476 URL: https://gcc.gnu.org/viewcvs?rev=233476&root=gcc&view=rev Log: Backport PR69752 fix. PR rtl-optimization/69752 * ira.c

[Bug rtl-optimization/69752] Reload removing instruction with side-effect

2016-02-15 Thread bernds at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69752 --- Comment #3 from Bernd Schmidt --- Author: bernds Date: Mon Feb 15 12:04:13 2016 New Revision: 233423 URL: https://gcc.gnu.org/viewcvs?rev=233423&root=gcc&view=rev Log: Don't make something with an autoinc an equivalencing insn (PR69752).

[Bug rtl-optimization/69752] Reload removing instruction with side-effect

2016-02-10 Thread bernds at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69752 Bernd Schmidt changed: What|Removed |Added CC||bernds at gcc dot gnu.org Assi

[Bug rtl-optimization/69752] Reload removing instruction with side-effect

2016-02-10 Thread andre.simoesdiasvieira at arm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69752 --- Comment #1 from Andre Vieira --- Tried it with GCC 5.2.1 and 6.0, all show the same behavior. For 4.9 I couldnt reproduce the issue.