[LLVMbugs] [Bug 13152] Nested classes member functions collide with inner class member functions
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Jun 19 14:43:23 PDT 2012
http://llvm.org/bugs/show_bug.cgi?id=13152
Douglas Gregor <dgregor at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #1 from Douglas Gregor <dgregor at apple.com> 2012-06-19 16:43:23 CDT ---
Clang is correct to reject this code; GCC isn't performing two-phase name
lookup properly. There is a discussion of this issue here:
http://clang.llvm.org/compatibility.html#dep_lookup_bases
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list