[Bug c++/71773] [7 Regression] bogus? error: invalid use of incomplete type

2016-08-05 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71773 Jason Merrill changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/71773] [7 Regression] bogus? error: invalid use of incomplete type

2016-08-05 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71773 --- Comment #3 from Markus Trippelsdorf --- template struct a; template struct b; template struct b : a {}; template struct f; template struct h : f {}; template struct i; template typename i::e>::j k(g, g); template struct

[Bug c++/71773] [7 Regression] bogus? error: invalid use of incomplete type

2016-08-05 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71773 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/71773] [7 Regression] bogus? error: invalid use of incomplete type

2016-07-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71773 Richard Biener changed: What|Removed |Added Keywords||rejects-valid Target Milestone|---

[Bug c++/71773] [7 Regression] bogus? error: invalid use of incomplete type

2016-07-06 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71773 Markus Trippelsdorf changed: What|Removed |Added CC||jason at gcc dot gnu.org ---