[Bug rtl-optimization/52060] [4.7 regression] Invalid constant simplification in combine with parallel result

2012-02-07 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52060 --- Comment #7 from Eric Botcazou ebotcazou at gcc dot gnu.org 2012-02-07 08:46:39 UTC --- I think the important question is if it is ok that combine_simplify_rtx may modify the given rtl in place, as opposed to keeping it unmodified and just

[Bug rtl-optimization/52060] [4.7 regression] Invalid constant simplification in combine with parallel result

2012-02-06 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52060 --- Comment #6 from Jakub Jelinek jakub at gcc dot gnu.org 2012-02-06 17:44:36 UTC --- Created attachment 26586 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=26586 gcc47-pr52060.patch I think the important question is if it is ok that