[Bug tree-optimization/122225] [15/16 Regression] ICE in dom with -O1 -fprofile-use -fno-thread-jumps
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Oct 9 18:52:39 GMT 2025
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122225
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
```
0>>> COPY ret_2(D) = _13
Optimizing statement j ={v} {CLOBBER(eos)};
Optimizing statement return ret_2(D);
Replaced 'ret_2(D)' with variable '_13'
```
Which dom does because of:
```
if (ret_2(D) != _13)
goto <bb 6>; [70.00%]
else
goto <bb 39>; [30.00%]
```
More information about the Gcc-bugs
mailing list