https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117350

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |wrong-code

--- Comment #9 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to ak from comment #8)
> It's when reading the profile file, so stage 4 (?)
> 
> The full log is here: http://firstfloor.org/~andi/l2

bootstrap_stage = {
        id=autoprofile ; prev=1 ;
        autoprofile="$$s/gcc/config/i386/$(AUTO_PROFILE)" ; };
bootstrap_stage = {
        id=autofeedback ; prev=autoprofile ;
        bootstrap_target=autoprofiledbootstrap ;
        profile_data="PERF_DATA=perf.data" ; };

There is only 3 stages for autoprofile.

Also it definitely means stageautofeedback has been miscompiled by
stageautoprofile which could possibily be miscompiled by stage1 depending on
the exact other options you used.




Also this is not the full build log; this is just the build log to show the
failure over. It does not include the building of stage1.

Reply via email to