https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107541

--- Comment #3 from Franck Behaghel <franckbehaghel_gcc at protonmail dot com> 
---
Not sure that would help but disabling those pair of passes :
 -fdisable-tree-ccp3 -fdisable-tree-ccp4
  or -fdisable-tree-ccp4  -fdisable-tree-dom2
  or -fdisable-tree-dom2 -fdisable-tree-dom3

removes the issue.

Reply via email to