public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/105652] New: ICE: in is_base_type, at dwarf2out.cc:13400
@ 2022-05-19  5:35 hewillk at gmail dot com
  2022-05-19  6:21 ` [Bug c++/105652] " rguenth at gcc dot gnu.org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: hewillk at gmail dot com @ 2022-05-19  5:35 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 105652
           Summary: ICE: in is_base_type, at dwarf2out.cc:13400
           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: ---

template<int>
struct I {};

template<class T>
concept C = []<int N>(I<N>) { return true; } (I<0>{});

template<class T> 
struct S { };

template<C T>
struct S<T> { constexpr static bool value = true; };

static_assert(S<int>::value);

https://godbolt.org/z/T79svEnxj

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

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

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-19  5:35 [Bug c++/105652] New: ICE: in is_base_type, at dwarf2out.cc:13400 hewillk at gmail dot com
2022-05-19  6:21 ` [Bug c++/105652] " rguenth at gcc dot gnu.org
2022-05-19  7:13 ` hewillk at gmail dot com
2022-05-19  8:20 ` [Bug c++/105652] [12/13 Regression] ICE: in is_base_type, at dwarf2out.cc:13400 since r12-1937-gc28e1d288ab727de marxin at gcc dot gnu.org
2022-05-20  7:02 ` rguenth at gcc dot gnu.org
2022-05-27  2:39 ` jason at gcc dot gnu.org
2022-05-28  3:44 ` cvs-commit at gcc dot gnu.org
2022-05-31 19:32 ` cvs-commit at gcc dot gnu.org
2022-05-31 19:32 ` jason at gcc dot gnu.org
2024-04-13  8:03 ` pinskia 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).