public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/103952] New: ICE: in cp_finish_decl, at cp/decl.c:7933
@ 2022-01-09 14:51 hewillk at gmail dot com
  2022-01-09 14:54 ` [Bug c++/103952] " hewillk at gmail dot com
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: hewillk at gmail dot com @ 2022-01-09 14:51 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 103952
           Summary: ICE: in cp_finish_decl, at cp/decl.c:7933
           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: ---

12 regression:

template<class>
struct A {
  template<int... Is>
  struct B {
    static constexpr auto c = [] { return Is; }();
    using type = decltype(c);
  };
};

#include<tuple>
int main() {
  typename A<std::tuple<int>>::B<0>::type x;
}

https://godbolt.org/z/fxvKWP4qM

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

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

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-09 14:51 [Bug c++/103952] New: ICE: in cp_finish_decl, at cp/decl.c:7933 hewillk at gmail dot com
2022-01-09 14:54 ` [Bug c++/103952] " hewillk at gmail dot com
2022-01-09 16:31 ` [Bug c++/103952] [9/10/11/12 Regression] " pinskia at gcc dot gnu.org
2022-01-18 13:54 ` rguenth at gcc dot gnu.org
2022-05-27  9:47 ` [Bug c++/103952] [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++/103952] [11/12/13/14 " rguenth at gcc dot gnu.org
2024-04-13 20:14 ` 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).