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

           Summary: valgrind reports invalid reads in Sema::ActOnPopScope
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Semantic Analyzer
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Testcase:

int a() {int x;

Run "valgrind clang test.c", and there are read errors coming out of
Sema::ActOnPopScope corresponding to a destroyed declaration.

This is one case reduced from a relatively large testcase; it's hard to tell if
there are more similar issues lurking.


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