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

* [Bug c++/100109] [8/9/10/11 Regression] ICE: unexpected expression 'E' of kind template_parm_index
  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 ` mpolacek at gcc dot gnu.org
  2021-04-16 16:37 ` mpolacek at gcc dot gnu.org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2021-04-16 16:29 UTC (permalink / raw)
  To: gcc-bugs

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

Marek Polacek <mpolacek at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2021-04-16
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW
   Target Milestone|---                         |8.5
            Summary|ICE: unexpected expression  |[8/9/10/11 Regression] ICE:
                   |'E' of kind                 |unexpected expression 'E'
                   |template_parm_index         |of kind template_parm_index
                 CC|                            |mpolacek at gcc dot gnu.org
           Priority|P3                          |P2
           Keywords|                            |ice-on-invalid-code

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

* [Bug c++/100109] [8/9/10/11 Regression] ICE: unexpected expression 'E' of kind template_parm_index
  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
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2021-04-16 16:37 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Started with r251433.

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

* [Bug c++/100109] [8/9/10/11 Regression] ICE: unexpected expression 'E' of kind template_parm_index
  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
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: jason at gcc dot gnu.org @ 2021-04-20  4:59 UTC (permalink / raw)
  To: gcc-bugs

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

Jason Merrill <jason at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jason at gcc dot gnu.org
           Assignee|unassigned at gcc dot gnu.org      |jason at gcc dot gnu.org
             Status|NEW                         |ASSIGNED

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

* [Bug c++/100109] [8/9/10/11/12 Regression] ICE: unexpected expression 'E' of kind template_parm_index
  2021-04-16  3:39 [Bug c++/100109] New: ICE: unexpected expression 'E' of kind template_parm_index hewillk at gmail dot com
                   ` (2 preceding siblings ...)
  2021-04-20  4:59 ` jason at gcc dot gnu.org
@ 2021-04-20 12:35 ` 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
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-04-20 12:35 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jason Merrill <jason@gcc.gnu.org>:

https://gcc.gnu.org/g:7f5deba1c21888aacedae93e9f324827073a1d1e

commit r12-7-g7f5deba1c21888aacedae93e9f324827073a1d1e
Author: Jason Merrill <jason@redhat.com>
Date:   Tue Apr 20 00:50:49 2021 -0400

    c++: unexpanded pack in enum in lambda [PR100109]

    Another construct we need to look inside.

    gcc/cp/ChangeLog:

            PR c++/100109
            * pt.c (find_parameter_packs_r): Look into enum initializers.

    gcc/testsuite/ChangeLog:

            PR c++/100109
            * g++.dg/cpp0x/lambda/lambda-variadic14.C: New test.

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

* [Bug c++/100109] [8/9/10/11 Regression] ICE: unexpected expression 'E' of kind template_parm_index
  2021-04-16  3:39 [Bug c++/100109] New: ICE: unexpected expression 'E' of kind template_parm_index hewillk at gmail dot com
                   ` (3 preceding siblings ...)
  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 ` jason at gcc dot gnu.org
  2021-05-14  9:54 ` [Bug c++/100109] [9/10/11 " jakub at gcc dot gnu.org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: jason at gcc dot gnu.org @ 2021-04-20 14:10 UTC (permalink / raw)
  To: gcc-bugs

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

Jason Merrill <jason at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[8/9/10/11/12 Regression]   |[8/9/10/11 Regression] ICE:
                   |ICE: unexpected expression  |unexpected expression 'E'
                   |'E' of kind                 |of kind template_parm_index
                   |template_parm_index         |

--- Comment #3 from Jason Merrill <jason at gcc dot gnu.org> ---
Fixed for 12 so far.

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

* [Bug c++/100109] [9/10/11 Regression] ICE: unexpected expression 'E' of kind template_parm_index
  2021-04-16  3:39 [Bug c++/100109] New: ICE: unexpected expression 'E' of kind template_parm_index hewillk at gmail dot com
                   ` (4 preceding siblings ...)
  2021-04-20 14:10 ` [Bug c++/100109] [8/9/10/11 " jason at gcc dot gnu.org
@ 2021-05-14  9:54 ` 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
  7 siblings, 0 replies; 9+ messages in thread
From: jakub at gcc dot gnu.org @ 2021-05-14  9:54 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|8.5                         |9.4

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 8 branch is being closed.

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

* [Bug c++/100109] [9/10/11 Regression] ICE: unexpected expression 'E' of kind template_parm_index
  2021-04-16  3:39 [Bug c++/100109] New: ICE: unexpected expression 'E' of kind template_parm_index hewillk at gmail dot com
                   ` (5 preceding siblings ...)
  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
  7 siblings, 0 replies; 9+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-06-01  8:20 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|9.4                         |9.5

--- Comment #5 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 9.4 is being released, retargeting bugs to GCC 9.5.

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

* [Bug c++/100109] [9/10/11 Regression] ICE: unexpected expression 'E' of kind template_parm_index
  2021-04-16  3:39 [Bug c++/100109] New: ICE: unexpected expression 'E' of kind template_parm_index hewillk at gmail dot com
                   ` (6 preceding siblings ...)
  2021-06-01  8:20 ` rguenth at gcc dot gnu.org
@ 2021-07-08  1:34 ` jason at gcc dot gnu.org
  7 siblings, 0 replies; 9+ messages in thread
From: jason at gcc dot gnu.org @ 2021-07-08  1:34 UTC (permalink / raw)
  To: gcc-bugs

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

Jason Merrill <jason at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|9.5                         |12.0

--- Comment #6 from Jason Merrill <jason at gcc dot gnu.org> ---
Not worth backporting.

^ 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).