[Bug tree-optimization/126815] [17 Regression] internal compiler error: verify_flow_info failed caused by r17-3204-ge02ce3b8c4574c
"pinskia at gcc dot gnu.org via Gcc-bugs" <[email protected]>
| Newsgroups | gmane.comp.gcc.bugs |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126815 --- Comment #4 from Drea Pinski <pinskia at gcc dot gnu.org> --- (In reply to Andrew Macleod from comment #3) > yes, either leave the call, or I also have a patch in the queue which puts > the _9 = 0 before the call instead of after. This should be safe as there > are known to be no other uses of _9 Before wont work for calls that returns-twice. So it is best not to change it. Plus it saves slight memory and time .