[Bug c++/77347] [6/7 Regression] Incorrect auto deduction failure in template class member function

2017-01-03 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77347 --- Comment #5 from Jakub Jelinek --- Oops, please take #c4 back, it is a variable declarator, not function declarator.

[Bug c++/77347] [6/7 Regression] Incorrect auto deduction failure in template class member function

2017-01-02 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77347 --- Comment #4 from Jakub Jelinek --- Note your testcase is invalid due to [dcl.spec.auto]/7: "If the init-declarator-list contains more than one init-declarator, they shall all form declarations of variables."

[Bug c++/77347] [6/7 Regression] Incorrect auto deduction failure in template class member function

2017-01-02 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77347 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug c++/77347] [6/7 Regression] Incorrect auto deduction failure in template class member function

2016-12-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77347 Jakub Jelinek changed: What|Removed |Added Target Milestone|6.3 |6.4 --- Comment #2 from Jakub Jelinek -

[Bug c++/77347] [6/7 Regression] Incorrect auto deduction failure in template class member function

2016-12-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77347 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug c++/77347] [6/7 Regression] Incorrect auto deduction failure in template class member function

2016-09-07 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77347 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/77347] [6/7 Regression] Incorrect auto deduction failure in template class member function

2016-08-23 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77347 Richard Biener changed: What|Removed |Added Target Milestone|--- |6.3 Summary|[6 Regression] I