re PR bootstrap/12358 (Bootstrap comparison failure!)
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>
Fri, 26 Sep 2003 16:03:12 +0000 (16:03 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Fri, 26 Sep 2003 16:03:12 +0000 (16:03 +0000)
PR bootstrap/12358
* pa.c (output_bvb): Fix typo.

From-SVN: r71822

gcc/ChangeLog
gcc/config/pa/pa.c

index 5929dca61b9f65fadee9b9cb4fcd717b404ec7c3..1290e0dc018b89d803970ad1655d64a63f7a7620 100644 (file)
@@ -1,3 +1,8 @@
+2003-09-26  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       PR bootstrap/12358
+       * pa.c (output_bvb): Fix typo.
+
 2003-09-26  Richard Sandiford  <rsandifo@redhat.com>
 
        * expmed.c (store_bit_field): Don't search for an integer mode
index a7a55881e3fde9e3e3c280c4d4b62a15f968ae81..68b05db8a279c69f8b992cfd6243c9343dd42629 100644 (file)
@@ -5996,7 +5996,7 @@ output_bvb (rtx *operands ATTRIBUTE_UNUSED, int nullify, int length,
        else
          strcpy (buf, "{bvb,|bb,}");
        if (useskip && GET_MODE (operands[0]) == DImode)
-         strcpy (buf, "extrd,s,*}");
+         strcpy (buf, "extrd,s,*");
        else if (GET_MODE (operands[0]) == DImode)
          strcpy (buf, "bb,*");
        if ((which == 0 && negated)