Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-8]: src/external/gpl3/gcc/dist/gcc/config/vax Pull up following r...



details:   https://anonhg.NetBSD.org/src/rev/5f917f0dc0b7
branches:  netbsd-8
changeset: 850724:5f917f0dc0b7
user:      snj <snj%NetBSD.org@localhost>
date:      Wed Jun 14 04:49:32 2017 +0000

description:
Pull up following revision(s) (requested by flxd in ticket #29):
        external/gpl3/gcc/dist/gcc/config/vax/builtins.md: revision 1.6
Fix PR port-vax/51761 as suggested by Paul Koning on port-vax list.
Installation (install.ram, -Os) on my VS4000 is possible without SCSI
timeouts again.
Other variable-length bit field instructions should be checked for correct
constraints, too!

diffstat:

 external/gpl3/gcc/dist/gcc/config/vax/builtins.md |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r f17e937dcd9f -r 5f917f0dc0b7 external/gpl3/gcc/dist/gcc/config/vax/builtins.md
--- a/external/gpl3/gcc/dist/gcc/config/vax/builtins.md Wed Jun 14 04:47:33 2017 +0000
+++ b/external/gpl3/gcc/dist/gcc/config/vax/builtins.md Wed Jun 14 04:49:32 2017 +0000
@@ -47,7 +47,7 @@
 
 (define_insn "ctzsi2"
   [(set (match_operand:SI 0 "nonimmediate_operand" "=rQ")
-       (ctz:SI (match_operand:SI 1 "general_operand" "nrmT")))
+       (ctz:SI (match_operand:SI 1 "general_operand" "nrQT")))
    (set (cc0) (match_dup 0))]
   ""
   "ffs $0,$32,%1,%0")



Home | Main Index | Thread Index | Old Index