> Allowing the same option to behave differently in the driver and in cc1 > regarding whether it takes operands seems like error-prone complexity; > every piece of code that now or in the future looks at CL_SEPARATE will > need also to check whether it is in the driver or in cc1. Why is this > code not using -MF?
I don't know, was -MF always available, or was -Wp,-MD the only available option at some point? Arno