[LLVMbugs] [Bug 14487] New: Static Analyzer makes bad assumption regarding unsigned type uint_fast8_t

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Dec 3 06:54:47 PST 2012


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

             Bug #: 14487
           Summary: Static Analyzer makes bad assumption regarding
                    unsigned type uint_fast8_t
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: eric.huhtala at gmail.com
                CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
    Classification: Unclassified


Created attachment 9635
  --> http://llvm.org/bugs/attachment.cgi?id=9635
source file

The static analyzer makes the assumption that 'g' is > 'Global', but "0 >
(unsigned)" is always false.

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