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 #5 from pinskia at gcc dot gnu dot org  2008-03-25 21:12 -------
(In reply to comment #3)
> To put the "weird setup" into perspective: The naive user in me expects
>   make cc1 &
>   make ada.pdf

And if someone does:

make cc1 &
make cc1plus

They will run into the same issue with respect of .o/.s files not being
atomically created either.  So I don't see why we should treat -MF any
different from any other output file.


-- 


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]