This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: *ping* [PATCH] fix optimization/13024
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Roger Sayle <roger at eyesopen dot com>
- Cc: gcc-patches at gcc dot gnu dot org, Michael Matz <matz at suse dot de>
- Date: Mon, 1 Dec 2003 12:56:25 -0500 (EST)
- Subject: Re: *ping* [PATCH] fix optimization/13024
On Mon, 1 Dec 2003, Roger Sayle wrote:
> 2003-11-23 Jeff Sturm <jsturm@one-point.com>
>
> Fix PR optimization/13024.
> * toplev.c (rest_of_handle_new_regalloc): Remove rebuild_notes
> parameter.
> (rest_of_handle_old_regalloc): Likewise. Add rebuild_notes
> declaration. Rebuild jump labels following local_alloc if necessary.
> (rest_of_compilation): Remove rebuild_label_notes_after_reload
> declaration. Don't pass rebuild_notes parameter to
> rest_of_handle_new_regalloc and rest_of_handle_old_regalloc.
> Don't rebuild jump labels.
>
>
> This is OK.
Applied, thanks.
> If you think its appropriate, it would also be nice to
> add the Bug.java test case from PR opt/13024 into the libjava testsuite.
I'll do that shortly.
Jeff