public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "hewillk at gmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/103338] New: ICE: in tsubst_pack_expansion, at cp/pt.c:13167
Date: Sat, 20 Nov 2021 05:14:25 +0000	[thread overview]
Message-ID: <bug-103338-4@http.gcc.gnu.org/bugzilla/> (raw)

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

            Bug ID: 103338
           Summary: ICE: in tsubst_pack_expansion, at cp/pt.c:13167
           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: ---

[7/8/9/10/11/12 Regression] 

template<class...>
struct zip_view {
  struct Iterator;
};

template<class...>
struct zip_transform_view;

template<class... Views>
struct zip_view<Views...>::Iterator {
  template<class... Uiews>
  template<bool>
  friend class zip_transform_view<Uiews...>::Iterator;
};

zip_view<>::Iterator iter;

https://godbolt.org/z/95Yvq4heP

             reply	other threads:[~2021-11-20  5:14 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-20  5:14 hewillk at gmail dot com [this message]
2021-11-20  5:27 ` [Bug c++/103338] [9/10/11/12 Regression] ICE: in tsubst_pack_expansion with invalid template friend and packed expression pinskia at gcc dot gnu.org
2021-11-22  9:13 ` rguenth at gcc dot gnu.org
2022-05-27  9:46 ` [Bug c++/103338] [10/11/12/13 " rguenth at gcc dot gnu.org
2022-06-28 10:46 ` jakub at gcc dot gnu.org
2023-07-07 10:41 ` [Bug c++/103338] [11/12/13/14 " rguenth at gcc dot gnu.org
2024-05-06 18:58 ` [Bug c++/103338] [11/12/13/14/15 " simartin at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-103338-4@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).