public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/99478] New: ICE when decltype lambda in template list
@ 2021-03-09  7:29 hewillk at gmail dot com
  2021-03-09 15:00 ` [Bug c++/99478] [9/10/11 Regression] " mpolacek at gcc dot gnu.org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: hewillk at gmail dot com @ 2021-03-09  7:29 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 99478
           Summary: ICE when decltype lambda in template list
           Product: gcc
           Version: 9.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: hewillk at gmail dot com
  Target Milestone: ---

The following code will trigger ICE on gcc-9.1 ~ gcc-trunk with "-std=c++2a"
mode:

template <decltype ([] {})> auto f() {}

int main() { f<{}>(); }

(godbolt: https://godbolt.org/z/dEP5PT)

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-07-07  9:30 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-09  7:29 [Bug c++/99478] New: ICE when decltype lambda in template list hewillk at gmail dot com
2021-03-09 15:00 ` [Bug c++/99478] [9/10/11 Regression] " mpolacek at gcc dot gnu.org
2021-04-14  1:31 ` jason at gcc dot gnu.org
2021-04-14  4:34 ` cvs-commit at gcc dot gnu.org
2021-04-14  4:34 ` [Bug c++/99478] [9/10 " jason at gcc dot gnu.org
2021-06-01  8:19 ` rguenth at gcc dot gnu.org
2022-05-27  9:44 ` [Bug c++/99478] [10 " rguenth at gcc dot gnu.org
2022-06-28 10:43 ` jakub at gcc dot gnu.org
2023-07-07  9:30 ` rguenth at gcc dot gnu.org

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