public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "marxin at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/104084] [12 regression] Internal compiler error: tree check: expected target_expr, have compound_expr in build_new_1 since r12-6375-g6cd51207f5732b52
Date: Tue, 18 Jan 2022 11:56:59 +0000	[thread overview]
Message-ID: <bug-104084-4-SxuyMWDZTB@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-104084-4@http.gcc.gnu.org/bugzilla/>

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

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P1
            Summary|[12 regression] Internal    |[12 regression] Internal
                   |compiler error: tree check: |compiler error: tree check:
                   |expected target_expr, have  |expected target_expr, have
                   |compound_expr in            |compound_expr in
                   |build_new_1                 |build_new_1 since
                   |                            |r12-6375-g6cd51207f5732b52
           Keywords|needs-bisection,            |rejects-valid
                   |needs-reduction             |
                 CC|                            |jason at gcc dot gnu.org

--- Comment #6 from Martin Liška <marxin at gcc dot gnu.org> ---
Started with r12-6375-g6cd51207f5732b52.

Reduced test-case:

$ cat pr104084.C
int nothrow;
struct MaxAlignedAllocable {
  void *operator new[](unsigned long, int);
  void operator delete[](void *);
  long Resize_size;
  void Resize() { new (nothrow) MaxAlignedAllocable[Resize_size]; }
};

  parent reply	other threads:[~2022-01-18 11:56 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-18  9:37 [Bug c++/104084] New: [12 regression] Internal compiler error: tree check: expected target_expr, have compound_expr in build_new_1 linux at carewolf dot com
2022-01-18  9:38 ` [Bug c++/104084] " marxin at gcc dot gnu.org
2022-01-18  9:44 ` linux at carewolf dot com
2022-01-18  9:48 ` linux at carewolf dot com
2022-01-18  9:50 ` linux at carewolf dot com
2022-01-18  9:50 ` rguenth at gcc dot gnu.org
2022-01-18 10:00 ` marxin at gcc dot gnu.org
2022-01-18 11:56 ` marxin at gcc dot gnu.org [this message]
2022-01-18 13:26 ` [Bug c++/104084] [12 regression] Internal compiler error: tree check: expected target_expr, have compound_expr in build_new_1 since r12-6375-g6cd51207f5732b52 jakub at gcc dot gnu.org
2022-01-21 17:43 ` jason at gcc dot gnu.org
2022-01-21 20:18 ` cvs-commit at gcc dot gnu.org
2022-01-21 20:18 ` jason 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-104084-4-SxuyMWDZTB@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).