This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: gcc -save-temps deletes .o files in 3.1
- From: Hans-Peter Nilsson <hp at bitrange dot com>
- To: martin leisner <mleisner at eng dot mc dot xerox dot com>
- Cc: <bug-gcc at gnu dot org>, Mark Mitchell <mark at codesourcery dot com>, <rodrigc at gcc dot gnu dot org>
- Date: Sun, 9 Jun 2002 15:51:46 -0400 (EDT)
- Subject: Re: gcc -save-temps deletes .o files in 3.1
On Fri, 31 May 2002, martin leisner wrote:
> I have gcc 3.1 on solaris 2.8.
>
> I expected gcc -save-temps to leave the objects around.
Right, and there is a PR for this, other/5620. Unfortunately
that PR has been closed. I'll re-open it. This is a regression
from 3.0.4, though not exactly a show-stopper. The PR is for
3.1 but the reason for closing the report was that the problem
wasn't reproducible on mainline. Tsk tsk. Besides, it is
reproducible on mainline too. Caveat: you need to *link* any
trivial program (not use -c); the bug report does not fail to
describe that. Craig, is a spurious -c the reason why you could
not reproduce this?
brgds, H-P