[Bug c++/17496] cannot access member of template base class in template derived class
papadopo at shfj dot cea dot fr
gcc-bugzilla@gcc.gnu.org
Wed Sep 15 08:24:00 GMT 2004
------- Additional Comments From papadopo at shfj dot cea dot fr 2004-09-15 08:24 -------
> Does anyone read the release notes?
That's probably because that's not required when submitting a bug ;-)
http://gcc.gnu.org/bugs.html
Seriously, I try doing my homework before submitting a bug, so there's no need
to try to make me feel bad - it just won't work. There are many documents to
read first, such as:
* C++ standard
* FAQ
* bug database
I looked into all of the above, but forgot the release notes. That's because the
"GCC Bugs" doesn't remind that, and because I can't find any release notes in
the gcc directory. I've found them here:
http://gcc.gnu.org/gcc-3.4/changes.html
I guess this falls in this category:
In a template definition, unqualified names will no longer find
members of a dependent base.
It would help if the release notes referred to the relevant C++ standard paragraphs.
Anyway, sorry for the noise.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17496
More information about the Gcc-bugs
mailing list