[Bug c++/79628] ICE on invalid code in tsubst, at cp/pt.c:13499

2019-06-18 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79628

Marek Polacek  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||mpolacek at gcc dot gnu.org
 Resolution|--- |DUPLICATE

--- Comment #2 from Marek Polacek  ---
Most likely a dup of 86426.  Which has a valid test.

*** This bug has been marked as a duplicate of bug 86426 ***

[Bug c++/79628] ICE on invalid code in tsubst, at cp/pt.c:13499

2017-02-20 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79628

Jakub Jelinek  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Last reconfirmed||2017-02-20
 CC||jakub at gcc dot gnu.org
 Ever confirmed|0   |1

--- Comment #1 from Jakub Jelinek  ---
Already r122875 gives:
internal compiler error: tree check: expected class ‘expression’, have ‘type’
(integer_type) in unify_pack_expansion, at cp/pt.c:11845
(r122750 still rejects it because it doesn't support C++11 good enough).