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: more tree-ssa line number merging


Blah.  It seems Jason and I crossed wires when we discussed this
topic on IRC on Friday.

After some more discussion this evening, the plan is to re-instate
DECL_SOURCE_LOCATION on the branch, and to have the source location
of expressions be accessed instead by EXPR_LOCUS.  The main issue
being that there is already confusion that TREE_LOCUS means the
location of the reference for an expression, but the location of
the declaration for a decl.  Separating the two concepts into 
different macros will clean up that misunderstanding.

So I've reverted the patch in its entirety from mainline.


r~


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