On Mon, May 30, 2011 at 06:58:25AM -0300, Alexandre Oliva wrote:
> This patch restores the expected/documented behavior. Regstrapped on
> x86_64-linux-gnu and i686-linux-gnu. Ok to install?
I'd say this is obvious.
> for gcc/ChangeLog
> from Alexandre Oliva
>
> * gcc.c (driver_handle
During some command-line option handling revamp, -fno-compare-debug (AKA
-fcompare-debug=) was broken, in that it didn't disable the
recompilation any more. This made bootstrap-debug-lean unnecessarily
slow and redundant, for stage2 was compiled twice using the -O0 stage1.
This patch restores the