This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [gnat] reuse of ASTs already constructed
- From: Tom Tromey <tromey at redhat dot com>
- To: okellogg at users dot sourceforge dot net
- Cc: gcc at gcc dot gnu dot org
- Date: Fri, 08 May 2009 13:06:58 -0600
- Subject: Re: [gnat] reuse of ASTs already constructed
- References: <1239557374.7565.37.camel@tidbit.site> <1240083309.4554.45.camel@tidbit.site> <1240175954.4554.50.camel@tidbit.site> <1241385654.4763.38.camel@tidbit.site>
- Reply-to: tromey at redhat dot com
>>>>> "Oliver" == Oliver Kellogg <oliver.kellogg@t-online.de> writes:
Oliver> Also, I'm thinking that in multi-source mode, the switch "-o"
Oliver> can perhaps continue to be used - not by giving a filename
Oliver> but instead by giving a directory. All object files would then
Oliver> be placed in the given directory. What do you think?
I think a new option would be preferable to overloading the meaning of
an existing one.
Tom