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 PR 15979, 15981



On Jun 13, 2004, at 9:00 PM, Daniel Berlin wrote:



On Jun 13, 2004, at 8:26 PM, Tobias Schlüter wrote:


2004-06-13 Daniel Berlin <dberlin@dberlin.org>
	Fix PR tree-optimization/15979
	Fix PR tree-optimization/15981
	* tree-ssa-pre.c (insert_aux): Fix faulty logic so that we don't
	try to insert values undefined along some path.

Can you see if this also fixes PR 15982 ?

Sure

It does not. PR 15982 is a separate bug. It's another something is getting marked ANTIC that isn't, or is getting marked ANTIC and we don't know how to generate it properly.


15982 is now on my todo list right after the m68k bootstrap failure


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