public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "rguenth at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/109319] [13 Regression] ICE in build_min_non_dep_op_overload, at cp/tree.cc:3793
Date: Wed, 29 Mar 2023 07:06:55 +0000	[thread overview]
Message-ID: <bug-109319-4-iba1oZVKd0@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-109319-4@http.gcc.gnu.org/bugzilla/>

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-checking

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
With release checking I see

t.C:3:14: warning: 'static int S::operator[](int)' may be a static member
function only with '-std=c++23' or '-std=gnu++23' [-Wc++23-extensions]
    3 |   static int operator[] (int x) { int a[2]; return a[x]; }
      |              ^~~~~~~~
t.C: In function 'int f()':
t.C:8:10: error: lvalue required as increment operand
    8 |   ++s[0,1];
      |          ^
t.C: At global scope:
t.C:13:1: error: '$' does not name a type
   13 | $ cat z2.cc
      | ^
t.C:18:23: error: redefinition of 'template<class T> int f()'
   18 | template<class T> int f ()
      |                       ^
t.C:5:23: note: 'template<class T> int f()' previously declared here
    5 | template<class T> int f ()
      |                       ^

  parent reply	other threads:[~2023-03-29  7:06 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-28 18:53 [Bug c++/109319] New: " gscfq@t-online.de
2023-03-28 18:59 ` [Bug c++/109319] " mpolacek at gcc dot gnu.org
2023-03-29  7:06 ` rguenth at gcc dot gnu.org [this message]
2023-03-29 11:45 ` [Bug c++/109319] [12/13 Regression] ICE in build_min_non_dep_op_overload, at cp/tree.cc:3793 since r12-5510 jakub at gcc dot gnu.org
2023-03-29 13:38 ` jakub at gcc dot gnu.org
2023-03-30 21:09 ` cvs-commit at gcc dot gnu.org
2023-04-03 13:16 ` [Bug c++/109319] [12 " jakub at gcc dot gnu.org
2023-04-18  7:16 ` cvs-commit at gcc dot gnu.org
2023-04-18  7:20 ` jakub 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-109319-4-iba1oZVKd0@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).