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

            Bug ID: 18960
           Summary: Unreachable code non detected with -Wall or Analysis
           Product: clang
           Version: 3.3
          Hardware: Macintosh
                OS: MacOS X
            Status: NEW
          Severity: normal
          Priority: P
         Component: Frontend
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

from the recent apple bug on ssl (
http://opensource.apple.com/source/Security/Security-55471/libsecurity_ssl/lib/sslKeyExchange.c
) goto fail twice.

the unreachable code is not detected.

neither by -Wall or the Analyzer

it is with -Wunreachable-code

thank you to include -Wunreachable-code in -Wall to fix this problem.

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