https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116933
qinzhao at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |qinzhao at gcc dot gnu.org --- Comment #5 from qinzhao at gcc dot gnu.org --- (In reply to Andrew Pinski from comment #1) > Thinking about this maybe isel should do the lowering if it was not done by > then. > > I wonder it works for other front-ends at -O0 in the first place ... -ftrivial-auto-var-init was initially added for C/C++. It was not fully tested for other FEs. I guess that there should be issues for other FEs in addition to ada. So, shall we disable this feature for FEs other than C/C++ at this moment?