public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "burnus at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug bootstrap/110324] [14 Regression][build][nvptx] build/genpreds: Internal error: RTL check: expected elt 2 type 'T', have 's' due to r14-1949-g957ae904065917
Date: Tue, 20 Jun 2023 17:20:01 +0000	[thread overview]
Message-ID: <bug-110324-4-lSm3Ze9SPT@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-110324-4@http.gcc.gnu.org/bugzilla/>

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110324

Tobias Burnus <burnus at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[14 Regression][bootstrap,  |[14
                   |nvptx] build/genpreds:      |Regression][build][nvptx]
                   |Internal error: RTL check:  |build/genpreds: Internal
                   |expected elt 2 type 'T',    |error: RTL check: expected
                   |have 's' due to             |elt 2 type 'T', have 's'
                   |r14-1949-g957ae904065917    |due to
                   |                            |r14-1949-g957ae904065917

--- Comment #4 from Tobias Burnus <burnus at gcc dot gnu.org> ---
The commit r14-1949-g957ae90406591739b68e95ad49a0232faeb74217 did change
in  gcc/gensupport.cc the following.

@@ -553,10 +1048,12 @@ process_rtx (rtx desc, file_location loc)
   switch (GET_CODE (desc))
     {
     case DEFINE_INSN:
+      convert_syntax (desc, loc);
       queue_pattern (desc, &define_insn_tail, loc);
       break;

     case DEFINE_COND_EXEC:
+      convert_syntax (desc, loc);
       queue_pattern (desc, &define_cond_exec_tail, loc);
       break;


IMHO it seems as if there shouldn't be a convert_syntax for
DEFINE_COND_EXEC - or 's' needs to be accepted for it
or rtl.def needs to be change to have a 'T' and not an 's'.

  parent reply	other threads:[~2023-06-20 17:20 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-20 16:20 [Bug bootstrap/110324] New: [14 Regression][bootstrap, nvptx] " burnus at gcc dot gnu.org
2023-06-20 16:52 ` [Bug bootstrap/110324] " burnus at gcc dot gnu.org
2023-06-20 17:03 ` burnus at gcc dot gnu.org
2023-06-20 17:15 ` burnus at gcc dot gnu.org
2023-06-20 17:20 ` burnus at gcc dot gnu.org [this message]
2023-06-20 17:22 ` [Bug bootstrap/110324] [14 Regression][build][nvptx] " burnus at gcc dot gnu.org
2023-06-20 22:31 ` cvs-commit at gcc dot gnu.org
2023-06-20 22:34 ` tnfchris at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-110324-4-lSm3Ze9SPT@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).