http://llvm.org/bugs/show_bug.cgi?id=13152
Douglas Gregor <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Douglas Gregor <[email protected]> 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. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
