http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59057
Bug ID: 59057
Summary: bootstrap comparison failure with
-frecord-gcc-switches
Product: gcc
Version: 4.8.3
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: bootstrap
Assignee: unassigned at gcc dot gnu.org
Reporter: dirtyepic at gentoo dot org
We have a bug report about comparison failures bootstrapping with
-frecord-gcc-switches. The cause is -gtoggle appearing in .GCC.command.line of
the stage2 obj files but not in stage3.
Should .GCC.command.line be considered a comment and stripped when comparing?