https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122624
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Known to fail| |14.1.0, 14.3.0, 15.2.0
Target Milestone|16.0 |---
Keywords|needs-bisection |
Summary|[16 Regression] AArch64: |AArch64: Miscompile at -O2
|Miscompile at -O2 with |with _BitInt
|_BitInt |
--- Comment #11 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Wait a minute this might not be a regression. Seeing if I can find a non
_BitInt testcase. The reason why it is not failing with 14/15 released
compilers is because the GC parms are higher there.
I can reproduce the failure with ` --param=ggc-min-expand=0
--param=ggc-min-heapsize=0 -O2` with my reduced testcase even in GCC 14.3.0
(and 14.1.0).