public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/102870] New: ICE: unexpected expression 'Is' of kind template_parm_index
@ 2021-10-21  7:38 hewillk at gmail dot com
  2021-10-21  9:11 ` [Bug c++/102870] [9/10/11/12 Regression] " pinskia at gcc dot gnu.org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: hewillk at gmail dot com @ 2021-10-21  7:38 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 102870
           Summary: ICE: unexpected expression 'Is' of kind
                    template_parm_index
           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: ---

#include <utility>

template<class...>
struct Tuple { };

template<int... Is>
using type = Tuple<std::make_index_sequence<Is>...>;

template <int... Is>
constexpr auto f() {
  Tuple<type<Is>>{};
}

int main() {
  f();
}

https://godbolt.org/z/MExMxcWGK

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

end of thread, other threads:[~2023-01-31 18:30 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-21  7:38 [Bug c++/102870] New: ICE: unexpected expression 'Is' of kind template_parm_index hewillk at gmail dot com
2021-10-21  9:11 ` [Bug c++/102870] [9/10/11/12 Regression] " pinskia at gcc dot gnu.org
2021-10-21  9:12 ` pinskia at gcc dot gnu.org
2021-11-05 13:47 ` rguenth at gcc dot gnu.org
2022-05-27  9:46 ` [Bug c++/102870] [10/11/12/13 " rguenth at gcc dot gnu.org
2022-06-28 10:46 ` jakub at gcc dot gnu.org
2023-01-31 18:09 ` mpolacek at gcc dot gnu.org
2023-01-31 18:29 ` cvs-commit at gcc dot gnu.org
2023-01-31 18:30 ` 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).