[Bug c++/12467] New: vmsumubm emitted when vmsummbm appropriate
leblanc at skycomputers dot com
gcc-bugzilla@gcc.gnu.org
Tue Sep 30 19:42:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12467
Summary: vmsumubm emitted when vmsummbm appropriate
Product: gcc
Version: 3.3
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: leblanc at skycomputers dot com
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: powerpc-host_unknown-linux-gnu
GCC host triplet: powerpc-host_unknown-linux-gnu
GCC target triplet: powerpc-sky-linux-gnualtivec
See gcc-3.4-20030924/gcc/config/rs6000/altivec.md, line 673. Change
vmsumubm to vmsummbm. That is, the bug persists through this snapshot.
667 (define_insn "altivec_vmsummbm"
668 [(set (match_operand:V4SI 0 "register_operand" "=v")
669 (unspec:V4SI [(match_operand:V16QI 1 "register_operand" "v")
670 (match_operand:V16QI 2 "register_operand" "v")
671 (match_operand:V4SI 3 "register_operand" "v")] 66))]
672 "TARGET_ALTIVEC"
673 "vmsumubm %0,%1,%2,%3"
674 [(set_attr "type" "veccomplex")])
BTW, on this bug submission page, there is no way to attach files to conform,
I think, to the guidelines.
More information about the Gcc-bugs
mailing list