https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100440
kargl at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kargl at gcc dot gnu.org --- Comment #1 from kargl at gcc dot gnu.org --- With neither access to the actual code nor a reduced testcase, it will be virtually impossible to debug this problem. Does the code run with the following compiler options: -O0 -fno-frontend-optimize -fcheck=all Does the code compile without warning if you use -Wall -Wextra?