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 for partial --enable-mapped-location in gcc/java


Joseph S. Myers wrote:

Does this mean the existence of the "complexity" field of struct tree_exp can now be conditioned on !defined(USE_MAPPED_LOCATION)? (Ada being the only other user, and Ada will need to change anyway for --enable-mapped-location.)

No, because the GTY machinary get confused by #ifdef's.


However, once we can rip out support for --disable-mpped-location
then we should be able to remove the complexity field.
--
	--Per Bothner
per@bothner.com   http://per.bothner.com/


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