From: John David Anglin Date: Fri, 26 Sep 2003 16:03:12 +0000 (+0000) Subject: re PR bootstrap/12358 (Bootstrap comparison failure!) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e72ed0004210cdaa7f3a6ea49a6a11ed687f84d1;p=gcc.git re PR bootstrap/12358 (Bootstrap comparison failure!) PR bootstrap/12358 * pa.c (output_bvb): Fix typo. From-SVN: r71822 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5929dca61b9..1290e0dc018 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-09-26 John David Anglin + + PR bootstrap/12358 + * pa.c (output_bvb): Fix typo. + 2003-09-26 Richard Sandiford * expmed.c (store_bit_field): Don't search for an integer mode diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c index a7a55881e3f..68b05db8a27 100644 --- a/gcc/config/pa/pa.c +++ b/gcc/config/pa/pa.c @@ -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)