This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix register elimination bug in reload
- From: Ranjit Mathew <rmathew at gmail dot com>
- To: Ulrich Weigand <uweigand at de dot ibm dot com>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Thu, 26 May 2005 11:55:10 +0530
- Subject: Re: [PATCH] Fix register elimination bug in reload
- References: <200505251622.j4PGMbgr018203@53v30g15.boeblingen.de.ibm.com>
Ulrich Weigand wrote:
>
> ! static bool
> verify_initial_elim_offsets (void)
> {
> HOST_WIDE_INT t;
>
> + if (!num_eliminable)
> + return true;
> +
> #ifdef ELIMINABLE_REGS
> struct elim_table *ep;
You have introduced a statement before a
variable declaration. It doesn't stop
bootstrap for me, but I do see a warning
about it. (I wonder why bootstrap didn't
fail though - isn't -Werror the default
these days?)
Ranjit.
--
Ranjit Mathew Email: rmathew AT gmail DOT com
Bangalore, INDIA. Web: http://ranjitmathew.hostingzero.com/