public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/99743] New: ICE Segmentation fault when use lambda init-capture in requires clause
@ 2021-03-24  1:58 hewillk at gmail dot com
  0 siblings, 0 replies; only message in thread
From: hewillk at gmail dot com @ 2021-03-24  1:58 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 99743
           Summary: ICE Segmentation fault when use lambda init-capture in
                    requires clause
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: hewillk at gmail dot com
  Target Milestone: ---

static_assert(requires { [x = 0]{}; });

https://godbolt.org/z/n9KE4z7P6

I don't know whether this code is well-form or not.
Maybe related/duplicate to PR 99538, PR 99465, PR 99546 since they are the same
form.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-03-24  1:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-24  1:58 [Bug c++/99743] New: ICE Segmentation fault when use lambda init-capture in requires clause hewillk at gmail dot com

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).