[Bug c++/122509] Base template class name lookup only with qualified names
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Oct 31 17:15:34 GMT 2025
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122509
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://gcc.gnu.org/bugzill
| |a/show_bug.cgi?id=189
--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to Andrew Pinski from comment #2)
> GCC 4.4.7 and before had a different error message:
> <source>:10: error: 'struct D' has no member named 'v'
The change between 4.4 and 4.5 due to (the improvement of) PR 189 .
More information about the Gcc-bugs
mailing list