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 tree-optimization/57027] [4.9 Regression] ICE in gimple_assign_rhs_code, at gimple.h:2022


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57027

--- Comment #5 from Richard Biener <rguenth at gcc dot gnu.org> 2013-05-03 10:53:50 UTC ---
(In reply to comment #4)
> Created attachment 30016 [details]
> amended patch
> 
> Using an i686-px-linux-gnu X hppa64-hp-hpux11.11 cross compiler, I've
> verified that the previous patch fixes the gcc.c-torture/compile/991202-1.c
> and gcc.dg/pr52132.c failures.  The gcc.dg/pr41345.c compare-debug failure
> happens independent of my code in convert_mult_to_fma.
> I can't run the gcc.dg/torture/vec-cvt-1.c tests on my cross for lack of header
> files.
> 
> The preprocessed testcase from the first attachment fails needs a different
> sanity check in convert_mult_to_fma, which I have added in this amended patch.

Patch looks good.


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