https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116153
Bug ID: 116153 Summary: -fdebug-compare failure when building bmake Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: debug Assignee: unassigned at gcc dot gnu.org Reporter: sjames at gcc dot gnu.org Target Milestone: --- Created attachment 58778 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=58778&action=edit cond.i.xz I decided to start doing a package set build w/ -fcompare-debug for fun but this fell out immediately. ``` $ gcc -O1 -c cond.i -fcompare-debug gcc: error: cond.i: ‘-fcompare-debug’ failure ``` If I'm using it correctly, any tips on comparing to find the first diff? There's a lot of noise from the debug statements.