This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Incorrectly using call-clobbered registers
- From: Hans-Peter Nilsson <hp at bitrange dot com>
- To: Fergus Henderson <fjh at cs dot mu dot OZ dot AU>
- Cc: csanchez at teisa dot unican dot es, <gcc at gcc dot gnu dot org>
- Date: Thu, 6 Mar 2003 23:01:23 -0500 (EST)
- Subject: Re: Incorrectly using call-clobbered registers
On Fri, 7 Mar 2003, Fergus Henderson wrote:
> On 06-Mar-2003, Carlos S?nchez de La Lama <csanchez at teisa dot unican dot es> wrote:
> > What I'm really working on is on a eCos port
> > for OpenRISC, but eCos-1.3.1 doesn't compile with gcc-3.1 so I nedd to
> > use gcc-2.95.3.
>
> Why not fix eCos-1.3.1 and/or gcc-3.1 so that eCos-1.3.1 compiles with
> gcc-3.1?
Good question. Maybe it's simple; only case statements that
need to be changed into if-statements as per recent discussion:
<URL:http://gcc.gnu.org/ml/gcc-bugs/2003-02/msg00521.html>.
BTW, the same code is in newlib and fixed there in the same way.
brgds, H-P