[Bug c++/84768] [7/8 Regression] ICE with failed class template argument deduction because of invalid template parameter

2018-04-03 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84768 --- Comment #4 from paolo at gcc dot gnu.org --- Author: paolo Date: Tue Apr 3 17:53:05 2018 New Revision: 259049 URL: https://gcc.gnu.org/viewcvs?rev=259049&root=gcc&view=rev Log: /cp 2018-04-03 Paolo Carlini PR c++/84768 *

[Bug c++/84768] [7/8 Regression] ICE with failed class template argument deduction because of invalid template parameter

2018-04-01 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84768 Paolo Carlini changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug c++/84768] [7/8 Regression] ICE with failed class template argument deduction because of invalid template parameter

2018-03-08 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84768 --- Comment #2 from Jakub Jelinek --- oldelt is value > It has been created in: /* Add it to the list. */ if (parameter != error_mark_node) parameter_list = process_template_parm (parameter_list,

[Bug c++/84768] [7/8 Regression] ICE with failed class template argument deduction because of invalid template parameter

2018-03-08 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84768 Jakub Jelinek changed: What|Removed |Added Priority|P3 |P4 Status|UNCONFIRMED