https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83856
Marek Polacek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83856
--- Comment #6 from Marek Polacek ---
Author: mpolacek
Date: Sat Dec 1 21:09:31 2018
New Revision: 266711
URL: https://gcc.gnu.org/viewcvs?rev=266711&root=gcc&view=rev
Log:
PR c++/83856
* g++.dg/cpp1y/lambda-generic-83856.C: New
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83856
--- Comment #5 from Marek Polacek ---
namespace std {
template _Tp declval();
template class initializer_list {
_E *_M_len;
public:
unsigned long size;
_E begin();
};
template struct array { void operator[](long); };
} // namespace std
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83856
Marek Polacek changed:
What|Removed |Added
Status|RESOLVED|ASSIGNED
Resolution|FIXED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83856
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83856
Marek Polacek changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83856
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|