This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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

--- Comment #41 from Martin Jambor <jamborm at gcc dot gnu.org> ---
(In reply to H.J. Lu from comment #24)
> 
> IPA-CP missed _ZN18eonImageCalculatorC1Ev which calls
> _ZmlRK10ggSpectrumS1_ with 8-byte aligned rPrimary.

If I am not mistaken and this call is in between nodes
__comp_ctor/50391 -> operator*/46520 (the numbers are symtab symbol
order numbers) then the weird thing is that I do not see this edge
among jump function listing.  Could we please see
-fdump-tree-release_ssa dumps of the caller
_ZN18eonImageCalculatorC1Ev please?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]