This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Output filename currently being compiled
- From: Nick NoSpam <nicknospam at optonline dot net>
- To: Mike Stump <mrs at apple dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 09 Aug 2004 13:16:33 -0400
- Subject: Re: Output filename currently being compiled
- References: <34E18376-EA21-11D8-89DF-003065BDF310@apple.com>
> I think this would be a fine feature request. Check the web site
> and find bugzilla... :-)
What is the appropriate component to file the enhancement for?
On Mon, 2004-08-09 at 12:28, Mike Stump wrote:
> On Monday, August 9, 2004, at 08:07 AM, Nick NoSpam wrote:
> > Is there a flag to gcc which will cause the name of the file currently
> > being compiled to be output.
> > If I have three files (a.c, b.c, c.c) and compile them w/:
> > gcc a.c b.c c.c
> >
> > it compiles them and returns when complete. Can gcc output the file as
> > it's being compiled (for status)?
>
> I think this would be a fine feature request. Check the web site and
> find bugzilla... :-)
>