This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/48169] compiler is confused about scope
- From: "redi at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 17 Mar 2011 16:02:41 +0000
- Subject: [Bug c++/48169] compiler is confused about scope
- Auto-submitted: auto-generated
- References: <bug-48169-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48169
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
Severity|critical |normal
--- Comment #4 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-03-17 16:02:00 UTC ---
In a template unqualified names are not looked up in dependent base classes
Even if it was a bug, it would not be 'critical' severity, gcc does not crash,
no data is lost.. That field is not meant for you to say "I think this is
really really important"