mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 08:00:26 +08:00
re PR bootstrap/12358 (Bootstrap comparison failure!)
PR bootstrap/12358 * pa.c (output_bvb): Fix typo. From-SVN: r71822
This commit is contained in:
parent
1a6daf15e2
commit
e72ed00042
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user