public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/12467] New: vmsumubm emitted when vmsummbm appropriate
@ 2003-09-30 19:42 leblanc at skycomputers dot com
  2003-09-30 19:54 ` [Bug target/12467] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: leblanc at skycomputers dot com @ 2003-09-30 19:42 UTC (permalink / raw)
  To: gcc-bugs

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.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug target/12467] vmsumubm emitted when vmsummbm appropriate
  2003-09-30 19:42 [Bug c++/12467] New: vmsumubm emitted when vmsummbm appropriate leblanc at skycomputers dot com
@ 2003-09-30 19:54 ` pinskia at gcc dot gnu dot org
  2003-10-16 14:10 ` aldyh at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-09-30 19:54 UTC (permalink / raw)
  To: gcc-bugs

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|c++                         |target
     Ever Confirmed|                            |1
           Keywords|                            |wrong-code
   Last reconfirmed|0000-00-00 00:00:00         |2003-09-30 18:41:44
               date|                            |
   Target Milestone|---                         |3.4


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-09-30 18:41 -------
Can you submit a patch to gcc-patches@?


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug target/12467] vmsumubm emitted when vmsummbm appropriate
  2003-09-30 19:42 [Bug c++/12467] New: vmsumubm emitted when vmsummbm appropriate leblanc at skycomputers dot com
  2003-09-30 19:54 ` [Bug target/12467] " pinskia at gcc dot gnu dot org
@ 2003-10-16 14:10 ` aldyh at gcc dot gnu dot org
  2003-12-05  3:48 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: aldyh at gcc dot gnu dot org @ 2003-10-16 14:10 UTC (permalink / raw)
  To: gcc-bugs

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


aldyh at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |aldyh at gcc dot gnu dot org
                   |dot org                     |
             Status|NEW                         |ASSIGNED


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug target/12467] vmsumubm emitted when vmsummbm appropriate
  2003-09-30 19:42 [Bug c++/12467] New: vmsumubm emitted when vmsummbm appropriate leblanc at skycomputers dot com
  2003-09-30 19:54 ` [Bug target/12467] " pinskia at gcc dot gnu dot org
  2003-10-16 14:10 ` aldyh at gcc dot gnu dot org
@ 2003-12-05  3:48 ` cvs-commit at gcc dot gnu dot org
  2003-12-05  3:53 ` cvs-commit at gcc dot gnu dot org
  2003-12-05  3:54 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-12-05  3:48 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-12-05 03:48 -------
Subject: Bug 12467

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	pinskia@gcc.gnu.org	2003-12-05 03:48:40

Modified files:
	gcc            : ChangeLog 
	gcc/config/rs6000: altivec.md 

Log message:
	2003-12-04  Andrew Pinski  <pinskia@physics.uc.edu>
	
	PR target/12467
	* config/rs6000/altivec.md (altivec_vmsummbm): Fix typo.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.1918&r2=2.1919
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/rs6000/altivec.md.diff?cvsroot=gcc&r1=1.10&r2=1.11



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12467


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug target/12467] vmsumubm emitted when vmsummbm appropriate
  2003-09-30 19:42 [Bug c++/12467] New: vmsumubm emitted when vmsummbm appropriate leblanc at skycomputers dot com
                   ` (2 preceding siblings ...)
  2003-12-05  3:48 ` cvs-commit at gcc dot gnu dot org
@ 2003-12-05  3:53 ` cvs-commit at gcc dot gnu dot org
  2003-12-05  3:54 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-12-05  3:53 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-12-05 03:53 -------
Subject: Bug 12467

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_3-branch
Changes by:	pinskia@gcc.gnu.org	2003-12-05 03:53:04

Modified files:
	gcc            : ChangeLog 
	gcc/config/rs6000: altivec.md 

Log message:
	2003-12-04  Andrew Pinski  <pinskia@physics.uc.edu>
	
	PR target/12467
	* config/rs6000/altivec.md (altivec_vmsummbm): Fix typo.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.16114.2.825&r2=1.16114.2.826
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/rs6000/altivec.md.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.1.22.2&r2=1.1.22.3



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12467


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug target/12467] vmsumubm emitted when vmsummbm appropriate
  2003-09-30 19:42 [Bug c++/12467] New: vmsumubm emitted when vmsummbm appropriate leblanc at skycomputers dot com
                   ` (3 preceding siblings ...)
  2003-12-05  3:53 ` cvs-commit at gcc dot gnu dot org
@ 2003-12-05  3:54 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-12-05  3:54 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-12-05 03:54 -------
Fixed for 3.3.3 and 3.4.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|3.4                         |3.3.3


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12467


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2003-12-05  3:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-30 19:42 [Bug c++/12467] New: vmsumubm emitted when vmsummbm appropriate leblanc at skycomputers dot com
2003-09-30 19:54 ` [Bug target/12467] " pinskia at gcc dot gnu dot org
2003-10-16 14:10 ` aldyh at gcc dot gnu dot org
2003-12-05  3:48 ` cvs-commit at gcc dot gnu dot org
2003-12-05  3:53 ` cvs-commit at gcc dot gnu dot org
2003-12-05  3:54 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).