[Bug c++/79502] [c++1z] [[nodiscard]] attribute ignored for class template

2017-02-16 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79502 --- Comment #6 from Jason Merrill --- Author: jason Date: Thu Feb 16 19:49:19 2017 New Revision: 245516 URL: https://gcc.gnu.org/viewcvs?rev=245516=gcc=rev Log: PR c++/79502 - lost nodiscard attribute * pt.c

[Bug c++/79502] [c++1z] [[nodiscard]] attribute ignored for class template

2017-02-16 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79502 Jason Merrill changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/79502] [c++1z] [[nodiscard]] attribute ignored for class template

2017-02-16 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79502 --- Comment #4 from Jakub Jelinek --- Latest untested patch at: https://gcc.gnu.org/ml/gcc-patches/2017-02/msg01051.html The earlier one caused bootstrap failures (this one includes testcases from that as well as adjusted testcases from that,

[Bug c++/79502] [c++1z] [[nodiscard]] attribute ignored for class template

2017-02-13 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79502 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|