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: [PATCH] Fix libcall_dead_p (PR middle-end/19551)


On Fri, Jan 21, 2005 at 04:34:24PM -0500, Jakub Jelinek wrote:
> 	* flow.c (propagate_one_insn): Formatting.
> 
> 	PR middle-end/19551
> 	* flow.c (libcall_dead_p): Be more conservative if unsure.
> 	If there are any instructions between insn and call, see if they are
> 	all dead before saying the libcall is dead.
> 
> 	* gcc.c-torture/execute/20050121-1.c: New test.
> 	* gcc.dg/20050121-2.c: New test.

Ok.



r~


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