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: [tree-ssa] Is this the fix for the bootstrap/make failure


On Sun, 26 Jan 2003, Steven Bosscher wrote:

> Not sure if this is correct because I only had a quick look, but with
> this patch the branch bootstraps again.  Haven't regtested it though.
> 
No.  This can't be right.  simplify_expr must call the callback
predicate that the caller specified.  If we're failing this test,
it means that the new temporary is not valid for the context
where it is created.


Diego.


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