https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61566
--- Comment #14 from Jason Merrill ---
Thanks, corrected the testcase.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61566
Hans-Peter Nilsson changed:
What|Removed |Added
CC||hp at gcc dot gnu.org
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61566
Jason Merrill changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61566
--- Comment #11 from Jason Merrill ---
Author: jason
Date: Wed Aug 20 01:17:37 2014
New Revision: 214206
URL: https://gcc.gnu.org/viewcvs?rev=214206&root=gcc&view=rev
Log:
PR c++/61566
* pt.c (instantiate_class_template_1): Ignore lambda
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61566
--- Comment #10 from Jason Merrill ---
Author: jason
Date: Fri Aug 15 22:27:06 2014
New Revision: 214049
URL: https://gcc.gnu.org/viewcvs?rev=214049&root=gcc&view=rev
Log:
PR c++/61566
* pt.c (lookup_template_class_1): Revert recent chan
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61566
--- Comment #9 from Jason Merrill ---
Author: jason
Date: Fri Aug 15 21:59:40 2014
New Revision: 214046
URL: https://gcc.gnu.org/viewcvs?rev=214046&root=gcc&view=rev
Log:
PR c++/61566
* pt.c (instantiate_class_template_1): Ignore lambda
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61566
--- Comment #8 from Brooks Moses ---
Here's the traceback:
$ ~/gcc-archive/trunk/213772/bin/g++ --std=c++11 -c t2.cc
t.cc: In instantiation of ‘std::function<_Res(_ArgTypes
...)>::function(_Functor) [with _Functor = C<>::;
= int; _Res = std::A;
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61566
Brooks Moses changed:
What|Removed |Added
Status|RESOLVED|REOPENED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61566
Jason Merrill changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61566
--- Comment #5 from Jason Merrill ---
Author: jason
Date: Mon Jun 30 18:52:39 2014
New Revision: 212166
URL: https://gcc.gnu.org/viewcvs?rev=212166&root=gcc&view=rev
Log:
PR c++/61566
* mangle.c (decl_mangling_context): Look through a TE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61566
--- Comment #4 from Jason Merrill ---
Author: jason
Date: Mon Jun 30 18:51:29 2014
New Revision: 212165
URL: https://gcc.gnu.org/viewcvs?rev=212165&root=gcc&view=rev
Log:
PR c++/61566
* mangle.c (decl_mangling_context): Look through a TE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61566
Jason Merrill changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61566
--- Comment #3 from Paolo Carlini ---
In fact, it seems to me that something is going wrong with the context: I don't
see why isn't just a PARM_DECL, as happens for a non-template version of foo.
Better if Jason looks into the issue...
This is a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61566
--- Comment #2 from Paolo Carlini ---
Further reduced below. I think it may be just matter of loosening the
gcc_assert in write_unscoped_enum:
Index: mangle.c
===
--- mangle.c(r
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61566
Richard Biener changed:
What|Removed |Added
Keywords||ice-on-valid-code
Priority|P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61566
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61566
Richard Biener changed:
What|Removed |Added
Known to work||4.8.3
Version|unknown
17 matches
Mail list logo