https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112868
Bug ID: 112868
Summary: GCC passes -many to the assembler for
--enable-checking=release builds
Product: gcc
Version: 14.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: bergner at gcc dot gnu.org
Target Milestone: ---
Since commit r10-580-ge154242724b084 gcc no longer passes -many to the
assembler for --enable-checking=yes builds. However, we still pass -many to
the assembler for --enable-checking=release builds. This can hide wrong code
bugs like in PR112707.
This bugzilla is to discuss whether should we remove passing -many to the
assembler under all conditions or should we leave things as they are?
Let the bikeshedding begin! :-)