This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: EXPR_WITH_FILE_LOCATION Tree Nodes
Ranjit Mathew wrote:
But then we already have EXPR_WFL_LINECOL for this,
no? (Which works for all tree nodes as you point out.)
No, only all *expression* nodes. And linecol doesn't include a
file name.
Slight digression: would USE_MAPPED_LOCATION be
the default in 4.1?
I have proposed to Mark Mitchell to not only make it the default,
but also to rip out support for !USE_MAPPED_LOCATION.
(I seem to remember that only the Ada
front-end remained to be converted.)
Yes - and we're unlikely to wait for them to make it the default,
though we should wait to remove the old code until Ada is converted.
--
--Per Bothner
per@bothner.com http://per.bothner.com/