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

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

            Bug ID: 100109
           Summary: ICE: unexpected expression 'E' of kind
                    template_parm_index
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: hewillk at gmail dot com
  Target Milestone: ---

https://godbolt.org/z/Go1W7YrYs

template <int... E>
void f() {
  [] { enum e { e = E }; };
}

template void f<>();

<source>:3:13: internal compiler error: unexpected expression 'E' of kind
template_parm_index
    3 |   [] { enum e { e = E }; };
      |             ^
0x1d02849 internal_error(char const*, ...)
        ???:0
0x7a74bd build_enumerator(tree_node*, tree_node*, tree_node*, tree_node*,
unsigned int)
        ???:0
0x92c3c8 lookup_template_class(tree_node*, tree_node*, tree_node*, tree_node*,
int, int)
        ???:0
0x9182fd tsubst(tree_node*, tree_node*, int, tree_node*)
        ???:0
0x9183a7 tsubst(tree_node*, tree_node*, int, tree_node*)
        ???:0
0x94b882 tsubst_lambda_expr(tree_node*, tree_node*, int, tree_node*)
        ???:0
0x91e1df instantiate_decl(tree_node*, bool, bool)
        ???:0
0x9600bb instantiate_pending_templates(int)
        ???:0
0x7cd579 c_parse_final_cleanups()
        ???:0
Please submit a full bug report,
with preprocessed source if appropriate.

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

end of thread, other threads:[~2021-07-08  1:34 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-16  3:39 [Bug c++/100109] New: ICE: unexpected expression 'E' of kind template_parm_index hewillk at gmail dot com
2021-04-16 16:29 ` [Bug c++/100109] [8/9/10/11 Regression] " mpolacek at gcc dot gnu.org
2021-04-16 16:37 ` mpolacek at gcc dot gnu.org
2021-04-20  4:59 ` jason at gcc dot gnu.org
2021-04-20 12:35 ` [Bug c++/100109] [8/9/10/11/12 " cvs-commit at gcc dot gnu.org
2021-04-20 14:10 ` [Bug c++/100109] [8/9/10/11 " jason at gcc dot gnu.org
2021-05-14  9:54 ` [Bug c++/100109] [9/10/11 " jakub at gcc dot gnu.org
2021-06-01  8:20 ` rguenth at gcc dot gnu.org
2021-07-08  1:34 ` jason 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).