This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: -MD together with -save-temps broken
Tom Tromey wrote:-
> It does.
>
> Well, if you're using 1.4, it doesn't. But that shouldn't be
> surprising. 1.4 is an old release.
Tom,
Do you think we should remove -MD and -MMD from the internal preprocessor
for 3.2? The driver translates them into an -M/-MM and -MF pair. I think
you requested their continued existence in cpp0 for automake's benefit;
you know the details there way better than me. Will it still be useful
for 3.2? One benefit of removing them is that pushing them through with
-Wp will give an "unrecognised option" error, rather than the current
silent acceptance in a way that appears to be different than 2.95 (or
this thread wouldn't exist).
Neil.