[Bug c++/78358] [7 Regression] wrong types for std::tuple decomposition

2016-11-15 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78358 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/78358] [7 Regression] wrong types for std::tuple decomposition

2016-11-15 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78358 --- Comment #5 from Jason Merrill --- Author: jason Date: Tue Nov 15 16:32:38 2016 New Revision: 242432 URL: https://gcc.gnu.org/viewcvs?rev=242432=gcc=rev Log: PR c++/78358 - tuple decomposition decltype * semantics.c

[Bug c++/78358] [7 Regression] wrong types for std::tuple decomposition

2016-11-15 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78358 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug c++/78358] [7 Regression] wrong types for std::tuple decomposition

2016-11-15 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78358 Markus Trippelsdorf changed: What|Removed |Added Target Milestone|--- |7.0

[Bug c++/78358] [7 Regression] wrong types for std::tuple decomposition

2016-11-15 Thread rs2740 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78358 TC changed: What|Removed |Added CC||rs2740 at gmail dot com --- Comment #4 from TC

[Bug c++/78358] [7 Regression] wrong types for std::tuple decomposition

2016-11-15 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78358 --- Comment #3 from Markus Trippelsdorf --- T.C. wrote: »decltype applied to an identifier declared by a decomposition declaration returns the referenced type, which for the tuple-like case is the exact type returned by std::tuple_element«

[Bug c++/78358] [7 Regression] wrong types for std::tuple decomposition

2016-11-15 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78358 Markus Trippelsdorf changed: What|Removed |Added Status|RESOLVED|NEW Last reconfirmed|

[Bug c++/78358] [7 Regression] wrong types for std::tuple decomposition

2016-11-15 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78358 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---