[Bug ipa/65028] [5 Regression] 450.soplex in SPEC CPU 2006 is miscompiled

hubicka at ucw dot cz gcc-bugzilla@gcc.gnu.org
Tue Feb 17 23:54:00 GMT 2015


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

--- Comment #30 from Jan Hubicka <hubicka at ucw dot cz> ---
> 
> I uploaded a patch to check all aliases for parameter alignments.  It
> fixes eon on x32.

Thanks for looking into this.  The bug is however a bit earlier. The
propagation
stage should never put anything into lattices of aliases (we probably should
add
checking assert that those are never used) and instead of that always go across
the alias into the final symbol.

I guess somewhere there is missing call to ultimate_alias_target (or
function_symbol)

Honza



More information about the Gcc-bugs mailing list