[LLVMbugs] [Bug 4182] New: RegionStore.cpp fails to compile under MSVC

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Fri May 8 09:01:08 PDT 2009


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

           Summary: RegionStore.cpp fails to compile under MSVC
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Keywords: portability
          Severity: normal
          Priority: P2
         Component: Semantic Analyzer
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: abbeyj at gmail.com
                CC: llvmbugs at cs.uiuc.edu


/lib/Analysis/RegionStore.cpp fails to compile under MSVC.  It gets confused by
having two different variables both named SR but with different types:
http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Analysis/RegionStore.cpp?annotate=71213#l1056
and
http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Analysis/RegionStore.cpp?annotate=71213#l1066

This can be worked around by renaming the second one to SRs (for example).


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