[Bug tree-optimization/126571] [17 Regression] ICE with incompatible types in 'PHI' argument 1
"pinskia at gcc dot gnu.org via Gcc-bugs" <[email protected]> Sat, 01 Aug 2026 15:32:23 +0000
| Newsgroups | gmane.comp.gcc.bugs |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126571
Drea Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |ice-on-valid-code
Target Milestone|--- |17.0
--- Comment #1 from Drea Pinski <pinskia at gcc dot gnu.org> ---
factor_out_conditional_load needs a types_compatible_p check under the `p0 !=
p1` case and/or cast to pointer_type_node of the same address space.