public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/94521] New: Infinite loop with decltype of function parameter of type decltype([]{})
@ 2020-04-07 15:57 ppalka at gcc dot gnu.org
  2020-04-07 16:00 ` [Bug c++/94521] " mpolacek at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: ppalka at gcc dot gnu.org @ 2020-04-07 15:57 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 94521
           Summary: Infinite loop with decltype of function parameter of
                    type decltype([]{})
           Product: gcc
           Version: 10.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: ppalka at gcc dot gnu.org
  Target Milestone: ---

$ cat testcase.C
template <typename>
void spam(decltype([]{}) *s)
{
  static_assert(__is_same(int, decltype(s)));
}

void foo()
{
  spam<int>(nullptr);
}

$ g++ -std=c++2a testcase.C
^C

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

end of thread, other threads:[~2021-02-25 21:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-07 15:57 [Bug c++/94521] New: Infinite loop with decltype of function parameter of type decltype([]{}) ppalka at gcc dot gnu.org
2020-04-07 16:00 ` [Bug c++/94521] " mpolacek at gcc dot gnu.org
2020-04-09 17:34 ` ppalka at gcc dot gnu.org
2020-04-13 21:04 ` cvs-commit at gcc dot gnu.org
2020-04-13 21:05 ` ppalka at gcc dot gnu.org
2021-02-25 21:45 ` cvs-commit 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).