[Bug tree-optimization/126008] [17 Regression] Segmentation Fault in output at -O2 on x86_64-linux-gnu since r17-1586
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Jun 29 08:49:43 GMT 2026
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126008
--- Comment #8 from Richard Biener <rguenth at gcc dot gnu.org> ---
- Base: (int) ((unsigned int) r_5(D) * 4223961365 + 1581643675)
+ Base: r_5(D) * -71005931 + 1581643675
that has UB.
And of course (sigh...) tree_to_aff_combination for
(r_5(D) + -13363) * -71005931 + 1917160137 will create
{
type = int
offset = 1581643674
elements = {
[0] = r_5(D) * -71005931
}
}
More information about the Gcc-bugs
mailing list