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

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).