http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42894
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #14 from Jakub Jelinek <jakub at gcc dot gnu.org> 2010-11-29 18:30:15 UTC --- I'd say the arm backend just shouldn't ignore the IL restrictions and simply apply a patch like in comment 8. shared_const_p is just an exception for the most frequently used CONST, we really shouldn't agree to share arbitrarily complex CONST expressions, that will just leads to lots of bugs everywhere.