This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]