This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug preprocessor/35697] -MF should create dependency file atomically



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]