https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124652
anlauf at gcc dot gnu.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |anlauf at gcc dot gnu.org
--- Comment #4 from anlauf at gcc dot gnu.org ---
Created attachment 64091
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=64091&action=edit
Partial patch
This fixes the testcase in comment#0 for me.
It does not resolve the ICE in the extended testcase. However, the ICE
vanishes if I put a "barrier print" in the main after the line with the
"stop 5".
I suspect that there is a missing conversion. I just don't see it now.