public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "pinskia at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/115501] ICE: in build_call_a, at cp/call.cc:370
Date: Sat, 15 Jun 2024 04:52:54 +0000	[thread overview]
Message-ID: <bug-115501-4-haEuK5qCD5@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-115501-4@http.gcc.gnu.org/bugzilla/>

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |error-recovery,
                   |                            |ice-on-invalid-code

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Reduced testcase:
```
struct s{virtual void f();};
struct s1 : s{};
namespace __cxxabiv1
{
  extern "C" void __dynamic_cast();
}
void diagnostic_information_impl(s const *se)
{
  dynamic_cast<s1 const *>(se);
}
```

  reply	other threads:[~2024-06-15  4:52 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-15  4:10 [Bug c/115501] New: " iamanonymous.cs at gmail dot com
2024-06-15  4:52 ` pinskia at gcc dot gnu.org [this message]
2024-06-15  4:55 ` [Bug c++/115501] [13/14/15 Regression] ICE: in build_call_a with dynamic_cast after invalid definition of __cxxabiv1::__dynamic_cast pinskia at gcc dot gnu.org
2024-06-15  4:56 ` pinskia at gcc dot gnu.org
2024-06-15  5:00 ` pinskia at gcc dot gnu.org
2024-06-17 11:17 ` [Bug c++/115501] [13/14/15 Regression] ICE: in build_call_a with dynamic_cast after invalid definition of __cxxabiv1::__dynamic_cast since r13-3299 jakub at gcc dot gnu.org
2024-06-17 19:28 ` mpolacek at gcc dot gnu.org
2024-06-17 23:24 ` pinskia at gcc dot gnu.org
2024-06-18 13:42 ` mpolacek at gcc dot gnu.org
2024-06-23 11:29 ` iamanonymous.cs at gmail dot com
2024-06-25 19:10 ` cvs-commit at gcc dot gnu.org
2024-06-25 19:10 ` [Bug c++/115501] [13/14 " mpolacek 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-115501-4-haEuK5qCD5@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).