https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94042
--- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> --- (In reply to Andrew Pinski from comment #3) > One question I have is which stage fails? Is it stage 2 or stage 3? > Because if it is stage 3, then stage 2 is miscompiled which is causing a > different miscompile in stage 3. With the proper log file, it is stage 2 GCC that is producing the ICE. This makes it a little easier to debug :).