http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52619
Paolo Carlini changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52619
--- Comment #5 from Paolo Carlini 2012-10-04
01:31:22 UTC ---
Probably Dup of PR54403.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52619
--- Comment #4 from Paolo Carlini 2012-03-22
16:30:02 UTC ---
Thanks!
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52619
--- Comment #3 from Tobias Schuele 2012-03-22
15:36:42 UTC ---
Here is a testcase not including anything:
template
struct foo {
operator T() {
return T();
}
};
template
struct test {
foo x;
void bar() {
auto f = [this] {return
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52619
--- Comment #2 from Paolo Carlini 2012-03-20
11:03:00 UTC ---
The crash happens in lvalue_kind: an INDIRECT_REF with no TREE_TYPE.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52619
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|