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


Ted Kremenek <[EMAIL PROTECTED]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED




--- Comment #2 from Ted Kremenek <[EMAIL PROTECTED]>  2008-05-12 12:33:32 ---
Fixed in r50976:

 
http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20080512/005676.html

Diagnosis:

Incorrect serialization of "decl context" in ScopedDecl.  Essentially a local
variable on the stack was being registered with the deserializer instead of the
DeclCtx member variable of the ScopedDecl object.


-- 
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

Reply via email to