[Bug target/57865] Broken _save64gpr and _rest64gpr usage

2013-08-19 Thread amodra at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57865 Alan Modra changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/57865] Broken _save64gpr and _rest64gpr usage

2013-07-11 Thread sebastian.hu...@embedded-brains.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57865 --- Comment #7 from Sebastian Huber --- (In reply to Sebastian Huber from comment #6) > Test results: > > http://gcc.gnu.org/ml/gcc-testresults/2013-07/msg00968.html > http://gcc.gnu.org/ml/gcc-testresults/2013-07/msg00980.html http://gcc.gnu.or

[Bug target/57865] Broken _save64gpr and _rest64gpr usage

2013-07-11 Thread sebastian.hu...@embedded-brains.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57865 --- Comment #6 from Sebastian Huber --- (In reply to Sebastian Huber from comment #5) > (In reply to Alan Modra from comment #4) > > Created attachment 30489 [details] > > Fix ool_adjust > > > > Please verify that this fixes the problem > > Yes,

[Bug target/57865] Broken _save64gpr and _rest64gpr usage

2013-07-10 Thread sebastian.hu...@embedded-brains.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57865 --- Comment #5 from Sebastian Huber --- (In reply to Alan Modra from comment #4) > Created attachment 30489 [details] > Fix ool_adjust > > Please verify that this fixes the problem Yes, your patch fixes also the problem if applied to the 4.8 hea

[Bug target/57865] Broken _save64gpr and _rest64gpr usage

2013-07-10 Thread amodra at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57865 --- Comment #4 from Alan Modra --- Created attachment 30489 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30489&action=edit Fix ool_adjust Please verify that this fixes the problem

[Bug target/57865] Broken _save64gpr and _rest64gpr usage

2013-07-10 Thread sebastian.hu...@embedded-brains.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57865 --- Comment #3 from Sebastian Huber --- (In reply to Alan Modra from comment #2) > My guess is that it's this change > > -#define FIRST_SAVED_GP_REGNO 13 > +#define FIRST_SAVED_GP_REGNO (FIXED_R13 ? 14 : 13) > > messing with ool_adjust. I use

[Bug target/57865] Broken _save64gpr and _rest64gpr usage

2013-07-10 Thread amodra at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57865 Alan Modra changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug target/57865] Broken _save64gpr and _rest64gpr usage

2013-07-10 Thread sebastian.hu...@embedded-brains.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57865 Sebastian Huber changed: What|Removed |Added CC||amodra at gmail dot com Known to w