public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "cvs-commit at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c/109619] [12/13/14 Regression] ICE: tree check: expected class ‘type’, have ‘exceptional’ (error_mark) in fold_const_call_1, at fold-const-call.cc after r12-3278-g823685221de986.
Date: Fri, 22 Mar 2024 09:20:26 +0000	[thread overview]
Message-ID: <bug-109619-4-eOhdUkuhaV@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-109619-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #5 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The trunk branch has been updated by Andrew Pinski <pinskia@gcc.gnu.org>:

https://gcc.gnu.org/g:dbe9062ce070c861cd3fa6435187618413b1b3d1

commit r14-9613-gdbe9062ce070c861cd3fa6435187618413b1b3d1
Author: Andrew Pinski <quic_apinski@quicinc.com>
Date:   Thu Mar 21 16:29:20 2024 -0700

    Another ICE after conflicting types of redeclaration [PR109619]

    This another one of these ICE after error issues with the
    gimplifier and a fallout from r12-3278-g823685221de986af.
    This case happens when we are trying to fold memcpy/memmove.
    There is already code to try to catch ERROR_MARKs as arguments
    to the builtins so just need to change them to use error_operand_p
    which checks the type of the expression to see if it was an error mark
    also.

    Bootstrapped and tested on x86_64-linux-gnu with no regressions.

    gcc/ChangeLog:

            PR c/109619
            * builtins.cc (fold_builtin_1): Use error_operand_p
            instead of checking against ERROR_MARK.
            (fold_builtin_2): Likewise.
            (fold_builtin_3): Likewise.

    gcc/testsuite/ChangeLog:

            PR c/109619
            * gcc.dg/redecl-26.c: New test.

    Signed-off-by: Andrew Pinski <quic_apinski@quicinc.com>

  parent reply	other threads:[~2024-03-22  9:20 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-25  5:54 [Bug c/109619] New: ICE: tree check: expected class ‘type’, have ‘exceptional’ (error_mark) in fold_const_call_1, at fold-const-call.cc anbu1024.me at gmail dot com
2023-04-25  6:38 ` [Bug c/109619] " rguenth at gcc dot gnu.org
2023-04-27  6:58 ` marxin at gcc dot gnu.org
2024-03-08  4:04 ` pinskia at gcc dot gnu.org
2024-03-21 22:19 ` [Bug c/109619] [12/13/14 Regression] " pinskia at gcc dot gnu.org
2024-03-21 22:19 ` [Bug c/109619] [12/13/14 Regression] ICE: tree check: expected class ‘type’, have ‘exceptional’ (error_mark) in fold_const_call_1, at fold-const-call.cc after r12-3278-g823685221de986 pinskia at gcc dot gnu.org
2024-03-22  4:19 ` pinskia at gcc dot gnu.org
2024-03-22  9:20 ` cvs-commit at gcc dot gnu.org [this message]
2024-03-22  9:20 ` pinskia 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-109619-4-eOhdUkuhaV@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).