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 - [tree-ssa] fix for PRs 14036 and 14065


On Mon, Feb 09, 2004 at 03:58:59PM -0800, Fariborz Jahanian wrote:
> tree-ssa has new routines: expand_used_vars, expand_var which
> postpone rtl generation of variable declarations, thus exposing this 
> bug.

I don't believe you.  Mainline also delays variable declarations 
indefinitely.  It happens at a different point between mainline
and tree-ssa, but I don't see it as material.  In both cases the
timing is effectively controled by cgraph's expansion order.



r~


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