This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: RFC: Bug in specs processing
- From: Joe Buck <Joe dot Buck at synopsys dot COM>
- To: Mark Mitchell <mark at codesourcery dot com>
- Cc: GCC <gcc at gcc dot gnu dot org>
- Date: Tue, 22 Jul 2008 17:00:05 -0700
- Subject: Re: RFC: Bug in specs processing
- References: <488672EF.8030501@codesourcery.com>
On Tue, Jul 22, 2008 at 04:53:19PM -0700, Mark Mitchell wrote:
> I noticed today that:
>
> gcc -c -o hw.o hw.c
>
> removes hw.o if failure occurs during the compilation, but:
>
> gcc -c -ohw.o hw.c
>
> does not.
Hmm. About 20 years of gcc use, and this is the first time I
learned that the second command line choice was even legal.