[LLVMbugs] [Bug 8668] Use of multiple using declaration in a function scope (Another erroneous compilation)

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Nov 29 10:04:28 PST 2010


http://llvm.org/bugs/show_bug.cgi?id=8668

John McCall <rjmccall at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|FIXED                       |INVALID

--- Comment #2 from John McCall <rjmccall at apple.com> 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.



More information about the llvm-bugs mailing list