[Bug tree-optimization/123070] [16 Regression] pr90178.c -m32 starts to fail since r16-5975 (make_forwarders_with_degenerate_phis )
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Dec 24 10:44:45 GMT 2025
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123070
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://gcc.gnu.org/bugzill
| |a/show_bug.cgi?id=27865,
| |https://gcc.gnu.org/bugzill
| |a/show_bug.cgi?id=20625
--- Comment #21 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Hacking generic_type_for in tree-ssa-loop-ivopts.cc to return the pointer type
fixes the issue. But I still am not sure that is valid.
generic_type_for used to return pointer_type_node, see PR 20625
(r0-67159-gd482f417e4445f). But then an integer type due to PR 27865
(r0-76106-g2052721560b232).
More information about the Gcc-bugs
mailing list