public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/103236] New: ICE: in tsubst_pack_expansion, at cp/pt.c:13162
@ 2021-11-14 16:17 hewillk at gmail dot com
  2021-11-14 16:22 ` [Bug c++/103236] " hewillk at gmail dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: hewillk at gmail dot com @ 2021-11-14 16:17 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 103236
           Summary: ICE: in tsubst_pack_expansion, at cp/pt.c:13162
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: hewillk at gmail dot com
  Target Milestone: ---

This seems to be an old bug, but I haven't found the dup of which bug it is.
Maybe I have reported a similar one a long time ago, but I'm not sure.

template <class... Ts>
void foo(const Ts&...) {
  ([] {
    [](auto) { }([](auto... x) { x; });
  }(), ...);
}

int main() {
  foo(0);
}

https://godbolt.org/z/Y916oqvje

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

end of thread, other threads:[~2022-04-28 19:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-14 16:17 [Bug c++/103236] New: ICE: in tsubst_pack_expansion, at cp/pt.c:13162 hewillk at gmail dot com
2021-11-14 16:22 ` [Bug c++/103236] " hewillk at gmail dot com
2021-11-14 21:25 ` [Bug c++/103236] [9/10/11/12 Regression] " pinskia at gcc dot gnu.org
2021-11-15  9:10 ` rguenth at gcc dot gnu.org
2022-04-28 19:32 ` [Bug c++/103236] [9/10/11/12/13 " mpolacek 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).