i386.c (ix86_address_subreg_operand): Reject stack pointer.
authorUros Bizjak <uros@gcc.gnu.org>
Wed, 1 Aug 2012 12:08:53 +0000 (14:08 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Wed, 1 Aug 2012 12:08:53 +0000 (14:08 +0200)
commit85add0cfd1e8712bb4d10d49fe2e37460c076a70
tree0b0fad237d2c3ddb2bbafd3e1fcceed0b61f8641
parent1491b564b2513c4ed61a4c18ac79e453277845e8
i386.c (ix86_address_subreg_operand): Reject stack pointer.

        * config/i386/i386.c (ix86_address_subreg_operand): Reject
        stack pointer.
        (ix86_print_operand_address): Assert that parts.base and parts.index
        are non-NULL after call to simplify_subreg.

From-SVN: r190036
gcc/ChangeLog
gcc/config/i386/i386.c