public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/103497] New: ICE when decltype(auto)... as parameters
@ 2021-11-30 16:08 hewillk at gmail dot com
  2021-11-30 16:18 ` [Bug c++/103497] [9/10/11/12 Regression] " mpolacek at gcc dot gnu.org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: hewillk at gmail dot com @ 2021-11-30 16:08 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 103497
           Summary: ICE when decltype(auto)... as parameters
           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: ---

Feels like 12 regression.

void foo(decltype(auto)... args);

int main() {
  foo();
}

https://godbolt.org/z/PqWTWKc6b

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

end of thread, other threads:[~2024-03-04 16:43 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-30 16:08 [Bug c++/103497] New: ICE when decltype(auto)... as parameters hewillk at gmail dot com
2021-11-30 16:18 ` [Bug c++/103497] [9/10/11/12 Regression] " mpolacek at gcc dot gnu.org
2021-12-01  7:11 ` rguenth at gcc dot gnu.org
2022-05-27  9:46 ` [Bug c++/103497] [10/11/12/13 " rguenth at gcc dot gnu.org
2022-06-28 10:47 ` jakub at gcc dot gnu.org
2023-07-07 10:41 ` [Bug c++/103497] [11/12/13/14 " rguenth at gcc dot gnu.org
2023-07-27  3:45 ` cvs-commit at gcc dot gnu.org
2024-03-04 16:43 ` 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).