public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/110566] New: [13/14 Regression] ICE when instantiating function template with template template parameter with 2 or more auto parameters with a dependent member template, ICE in tsubst, at cp/pt.cc:16135
@ 2023-07-05 21:52 waffl3x at protonmail dot com
  2023-07-05 22:01 ` [Bug c++/110566] " mpolacek at gcc dot gnu.org
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: waffl3x at protonmail dot com @ 2023-07-05 21:52 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 110566
           Summary: [13/14 Regression] ICE when instantiating function
                    template with template template parameter with 2 or
                    more auto parameters with a dependent member template,
                    ICE in tsubst, at cp/pt.cc:16135
           Product: gcc
           Version: 13.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: waffl3x at protonmail dot com
  Target Milestone: ---

https://godbolt.org/z/6d4ec5va3

template<template<auto, auto> typename> void takes_templ();

template<typename>
struct v_v_member_templ_fn {
    template<auto, auto>
    using fn = void;
};

using ice = decltype(takes_templ<v_v_member_templ_fn<void>::template fn>());

This one seems kind of boring to me, only interesting things to note are the
ICE only manifests with 2 or more (I assume) auto template parameters, it works
as expected with only a single auto template parameter.
The version of GCC on my local machine that exhibits this behavior is: 13.1.1
20230429

Not as convoluted as I'm used to, but at least that means it should be easy to
fix! One can hope anyway.

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

end of thread, other threads:[~2023-08-21 14:09 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-05 21:52 [Bug c++/110566] New: [13/14 Regression] ICE when instantiating function template with template template parameter with 2 or more auto parameters with a dependent member template, ICE in tsubst, at cp/pt.cc:16135 waffl3x at protonmail dot com
2023-07-05 22:01 ` [Bug c++/110566] " mpolacek at gcc dot gnu.org
2023-07-06  8:18 ` rguenth at gcc dot gnu.org
2023-07-19 18:45 ` mpolacek at gcc dot gnu.org
2023-07-26 21:22 ` cvs-commit at gcc dot gnu.org
2023-07-26 21:22 ` cvs-commit at gcc dot gnu.org
2023-07-26 21:24 ` [Bug c++/110566] [13 " ppalka at gcc dot gnu.org
2023-07-26 21:47 ` waffl3x at protonmail dot com
2023-07-27  9:27 ` rguenth at gcc dot gnu.org
2023-08-07 23:27 ` cvs-commit at gcc dot gnu.org
2023-08-21 14:09 ` ppalka 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).