http://llvm.org/bugs/show_bug.cgi?id=9157
Douglas Gregor <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Douglas Gregor <[email protected]> 2011-02-07 11:07:17 CST --- Without any context, there's no way we can determine whether your code is wrong or whether Clang has a bug. I strongly suspect that your code is wrong, and that you're hitting either http://clang.llvm.org/compatibility.html#dep_lookup or http://clang.llvm.org/compatibility.html#dep_lookup_bases both of which are common migration problems where g++/llvm-g++ accept code that is actually incorrect. If you believe that Clang is wrong, please provide a small, self-contained example that demonstrates the problem you are seeing. The example should compile with g++/llvm-g++ but not with Clang. -- 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
