public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/31380]  New: Typo in gcc/config/i386/sse.md
@ 2007-03-28  1:08 hjl at lucon dot org
  2007-03-28  2:56 ` [Bug target/31380] [4.1/4.2/4.3]: " hjl at lucon dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: hjl at lucon dot org @ 2007-03-28  1:08 UTC (permalink / raw)
  To: gcc-bugs

gcc/config/i386/sse.md has

(define_expand "uminv16qi3"
  [(set (match_operand:V16QI 0 "register_operand" "")
        (umin:V16QI (match_operand:V16QI 1 "nonimmediate_operand" "")
                    (match_operand:V16QI 2 "nonimmediate_operand" "")))]
  "TARGET_SSE2"
  "ix86_fixup_binary_operands_no_copy (UMAX, V16QImode, operands);")
                                       ^^^^ Shouldn't it be UMIN?


-- 
           Summary: Typo in gcc/config/i386/sse.md
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl at lucon dot org
GCC target triplet: i686-pc-linux-gnu


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


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

* [Bug target/31380] [4.1/4.2/4.3]: Typo in gcc/config/i386/sse.md
  2007-03-28  1:08 [Bug target/31380] New: Typo in gcc/config/i386/sse.md hjl at lucon dot org
@ 2007-03-28  2:56 ` hjl at lucon dot org
  2007-03-28 13:38 ` hjl at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: hjl at lucon dot org @ 2007-03-28  2:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from hjl at lucon dot org  2007-03-28 03:56 -------
A patch is posted at

http://gcc.gnu.org/ml/gcc-patches/2007-03/msg01813.html


-- 

hjl at lucon dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch
            Summary|Typo in                     |[4.1/4.2/4.3]: Typo in
                   |gcc/config/i386/sse.md      |gcc/config/i386/sse.md


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


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

* [Bug target/31380] [4.1/4.2/4.3]: Typo in gcc/config/i386/sse.md
  2007-03-28  1:08 [Bug target/31380] New: Typo in gcc/config/i386/sse.md hjl at lucon dot org
  2007-03-28  2:56 ` [Bug target/31380] [4.1/4.2/4.3]: " hjl at lucon dot org
@ 2007-03-28 13:38 ` hjl at gcc dot gnu dot org
  2007-04-02 14:54 ` [Bug target/31380] [4.1/4.2]: " hjl at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: hjl at gcc dot gnu dot org @ 2007-03-28 13:38 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from hjl at gcc dot gnu dot org  2007-03-28 14:38 -------
Subject: Bug 31380

Author: hjl
Date: Wed Mar 28 14:38:24 2007
New Revision: 123299

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=123299
Log:
2007-03-28  Grigory Zagorodnev <grigory_zagorodnev@linux.intel.com>

        PR target/31380
        * config/i386/sse.md (uminv16qi3): Use UMIN instead of UMAX.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/sse.md


-- 


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


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

* [Bug target/31380] [4.1/4.2]: Typo in gcc/config/i386/sse.md
  2007-03-28  1:08 [Bug target/31380] New: Typo in gcc/config/i386/sse.md hjl at lucon dot org
  2007-03-28  2:56 ` [Bug target/31380] [4.1/4.2/4.3]: " hjl at lucon dot org
  2007-03-28 13:38 ` hjl at gcc dot gnu dot org
@ 2007-04-02 14:54 ` hjl at gcc dot gnu dot org
  2007-04-02 14:55 ` hjl at gcc dot gnu dot org
  2007-04-02 14:57 ` hjl at lucon dot org
  4 siblings, 0 replies; 6+ messages in thread
From: hjl at gcc dot gnu dot org @ 2007-04-02 14:54 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from hjl at gcc dot gnu dot org  2007-04-02 15:54 -------
Subject: Bug 31380

Author: hjl
Date: Mon Apr  2 15:53:48 2007
New Revision: 123428

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=123428
Log:
2007-04-02  H.J. Lu  <hongjiu.lu@intel.com>

        * Backport from mainline:
        2007-03-28  Grigory Zagorodnev <grigory_zagorodnev@linux.intel.com>

        PR target/31380
        * config/i386/sse.md (uminv16qi3): Use UMIN instead of UMAX.

Modified:
    branches/gcc-4_2-branch/gcc/ChangeLog
    branches/gcc-4_2-branch/gcc/config/i386/sse.md


-- 


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


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

* [Bug target/31380] [4.1/4.2]: Typo in gcc/config/i386/sse.md
  2007-03-28  1:08 [Bug target/31380] New: Typo in gcc/config/i386/sse.md hjl at lucon dot org
                   ` (2 preceding siblings ...)
  2007-04-02 14:54 ` [Bug target/31380] [4.1/4.2]: " hjl at gcc dot gnu dot org
@ 2007-04-02 14:55 ` hjl at gcc dot gnu dot org
  2007-04-02 14:57 ` hjl at lucon dot org
  4 siblings, 0 replies; 6+ messages in thread
From: hjl at gcc dot gnu dot org @ 2007-04-02 14:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from hjl at gcc dot gnu dot org  2007-04-02 15:55 -------
Subject: Bug 31380

Author: hjl
Date: Mon Apr  2 15:55:17 2007
New Revision: 123429

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=123429
Log:
2007-04-02  H.J. Lu  <hongjiu.lu@intel.com>

        * Backport from mainline:
        2007-03-28  Grigory Zagorodnev <grigory_zagorodnev@linux.intel.com>

        PR target/31380
        * config/i386/sse.md (uminv16qi3): Use UMIN instead of UMAX.

Modified:
    branches/gcc-4_1-branch/gcc/ChangeLog
    branches/gcc-4_1-branch/gcc/config/i386/sse.md


-- 


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


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

* [Bug target/31380] [4.1/4.2]: Typo in gcc/config/i386/sse.md
  2007-03-28  1:08 [Bug target/31380] New: Typo in gcc/config/i386/sse.md hjl at lucon dot org
                   ` (3 preceding siblings ...)
  2007-04-02 14:55 ` hjl at gcc dot gnu dot org
@ 2007-04-02 14:57 ` hjl at lucon dot org
  4 siblings, 0 replies; 6+ messages in thread
From: hjl at lucon dot org @ 2007-04-02 14:57 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from hjl at lucon dot org  2007-04-02 15:57 -------
Fixed in gcc 4.1.3 and 4.2.0.


-- 

hjl at lucon dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.1.3


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


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

end of thread, other threads:[~2007-04-02 14:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-28  1:08 [Bug target/31380] New: Typo in gcc/config/i386/sse.md hjl at lucon dot org
2007-03-28  2:56 ` [Bug target/31380] [4.1/4.2/4.3]: " hjl at lucon dot org
2007-03-28 13:38 ` hjl at gcc dot gnu dot org
2007-04-02 14:54 ` [Bug target/31380] [4.1/4.2]: " hjl at gcc dot gnu dot org
2007-04-02 14:55 ` hjl at gcc dot gnu dot org
2007-04-02 14:57 ` hjl at lucon 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).