This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug preprocessor/35697] -MF should create dependency file atomically
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 Mar 2008 21:11:29 -0000
- Subject: [Bug preprocessor/35697] -MF should create dependency file atomically
- References: <bug-35697-15771@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from pinskia at gcc dot gnu dot org 2008-03-25 21:11 -------
(In reply to comment #2)
> But that still doesn't help with SIGQUIT or KILL. Asking too much?
I think you are asking too much there, the same issue with those two signals
with -S and -c happen too.
The GCC driver tries to be smart when cc1/as are killed/exit incorrectly with
respect of the output files but it does nothing with respect of MF file when
it could.
-- Pinski
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35697