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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> 2010-12-10 
14:15:00 UTC ---
Apparently the trick with removing REG_POINTER/MEM_POINTER and simplifying
again doesn't work, because swap_commutative_operands_p will not force any
change if the precedence is the same and so doesn't force any canonical order
of operands.
I guess I'll just kill the verification code.

Reply via email to