This is the mail archive of the gcc@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: RFA: Adding a location_t (or pointer) to tree_exp for 3.4 only.


On Mon, Oct 06, 2003 at 01:11:02PM -0700, Richard Henderson wrote:
> On Mon, Oct 06, 2003 at 09:08:17PM +0200, Carlo Wood wrote:
> > Most code is simply assuming that if an expression is not
> > a CALL_EXP it is not a call - while a CALL_EXP wrapped in
> > a WFL *would* be a call.
> 
> That is a specious argument.  How does this differ from a
> PLUS_EXPR that contains a call?

A number of places continue to recurse on the arguments of a PLUS_EXPR
but do not handle EXPR_WITH_FILE_LOCATION, for one thing.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


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