[Bug target/97822] [13/14/15/16 Regression] internal compiler error: in choose_baseaddr
jyong at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Dec 1 03:25:07 GMT 2025
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97822
--- Comment #25 from jyong at gcc dot gnu.org ---
Looks like gcc/config/i386/i386-options.cc around line 2650 to check the
minimum alignment requested needs improvement. The min == max to emit an error
might never pass since min is always 2 or 3 but max is 4.
More information about the Gcc-bugs
mailing list