http://llvm.org/bugs/show_bug.cgi?id=8668
John McCall <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |INVALID --- Comment #2 from John McCall <[email protected]> 2010-11-29 12:04:27 CST --- Doug Gregor pointed out that I was over-hasty about resolving this. Redeclarations are actually permitted in every scope except classes; it's just that most declarations in local scopes are definitions. So this is invalid. I've reverted my fix. -- 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
