https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86195
Jonathan Wakely <redi at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #4 from Jonathan Wakely <redi at gcc dot gnu.org> --- This was fixed on gcc-8-branch by r261197 PR c++/85731 - wrong error with qualified-id in template. * semantics.c (finish_qualified_id_expr): build_qualified_name for unbound names in the current class. And it's also fixed on current trunk, presumably by r261196 I'm going to close this as a dup of Bug 85731 since it started to fail with the same revision, and was fixed by the same revision. *** This bug has been marked as a duplicate of bug 85731 ***