public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/99590] New: ICE when pack expansion with lambda
@ 2021-03-15  7:14 hewillk at gmail dot com
  2021-03-15  9:07 ` [Bug c++/99590] " hewillk at gmail dot com
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: hewillk at gmail dot com @ 2021-03-15  7:14 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 99590
           Summary: ICE when pack expansion with lambda
           Product: gcc
           Version: 8.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-8 ~ gcc-trunk with "-std=c++2a"
mode:

void g(auto... args) {
  ([args...](auto){}(args), ...);  
}

int main() { g(0, 1); }

(goldbot: https://godbolt.org/z/Tvzj7b)

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

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

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-15  7:14 [Bug c++/99590] New: ICE when pack expansion with lambda hewillk at gmail dot com
2021-03-15  9:07 ` [Bug c++/99590] " hewillk at gmail dot com
2021-07-27  6:57 ` [Bug c++/99590] 9/10/11/12 Regression] " pinskia at gcc dot gnu.org
2022-01-17 15:00 ` [Bug c++/99590] [9/10/11/12 " rguenth at gcc dot gnu.org
2022-05-27  9:44 ` [Bug c++/99590] [10/11/12/13 " rguenth at gcc dot gnu.org
2022-06-28 10:43 ` jakub at gcc dot gnu.org
2023-07-07 10:39 ` [Bug c++/99590] [11/12/13/14 " 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).