http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57865
Alan Modra changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
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
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,
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
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
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57865
Alan Modra changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
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