re PR other/4932 (the i386 backend crashes on incorrect asm("... %c0 ..."))
authorCraig Rodrigues <rodrigc@gcc.gnu.org>
Thu, 29 Nov 2001 21:39:41 +0000 (21:39 +0000)
committerCraig Rodrigues <rodrigc@gcc.gnu.org>
Thu, 29 Nov 2001 21:39:41 +0000 (21:39 +0000)
commitc1d5afc412f820af3a04c5d3c9ddf53d160752ec
tree0eefc5a66f9adae287745db20e60e8011edc2ce6
parent894c7af33d49598598ac8b82a6104ea25e18957a
re PR other/4932 (the i386 backend crashes on incorrect asm("... %c0 ..."))

2001-11-29  Craig Rodrigues  <rodrigc@gcc.gnu.org>

        PR other/4932
        * config/i386/i386.c (print_operand):  Verify that the
          argument to %c is a constant and not a conditional which
          needs to be reversed.

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