public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/33104]  New: Missing error check in .md converter
@ 2007-08-18  6:54 kai-gcc-bugs at khms dot westfalen dot de
  2008-06-24  2:02 ` [Bug target/33104] " amylaar at gcc dot gnu dot org
  0 siblings, 1 reply; 2+ messages in thread
From: kai-gcc-bugs at khms dot westfalen dot de @ 2007-08-18  6:54 UTC (permalink / raw)
  To: gcc-bugs

(define_insn "mov<mode>"
        [(set   (match_operand:MVM 0 "vg_general_operand" "=r,   <o>, r, t, r")
                (match_operand:MVM 1 "vg_general_operand" "r<o>, r,   t, r,
I"))]
        ""
        "mov<mode> %0,%1")

When both match_operands mistakenly mention 0 (instead of 0 and 1 as above),
then ...

build/genextract $src/gcc/config/$machine/$machine.md \
          insn-conditions.md > tmp-extract.c
genextract: Internal error: abort in VEC_safe_set_locstr, at genextract.c:190

... which is not exactly a useful diagnostic.


-- 
           Summary: Missing error check in .md converter
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: kai-gcc-bugs at khms dot westfalen dot de
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: private


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


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

* [Bug target/33104] Missing error check in .md converter
  2007-08-18  6:54 [Bug target/33104] New: Missing error check in .md converter kai-gcc-bugs at khms dot westfalen dot de
@ 2008-06-24  2:02 ` amylaar at gcc dot gnu dot org
  0 siblings, 0 replies; 2+ messages in thread
From: amylaar at gcc dot gnu dot org @ 2008-06-24  2:02 UTC (permalink / raw)
  To: gcc-bugs



-- 

amylaar at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2008-06-24 02:01:16
               date|                            |


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


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

end of thread, other threads:[~2008-06-24  2:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-18  6:54 [Bug target/33104] New: Missing error check in .md converter kai-gcc-bugs at khms dot westfalen dot de
2008-06-24  2:02 ` [Bug target/33104] " amylaar 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).