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

            Bug ID: 16071
           Summary: *critical* code generation problem when a function
                    declared to return something, but no return is called
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

when a function declared to return someting, but no return is called in the
function, clang generates broken code that sometime causes segmentation fault
when returning from the function




clang --version

clang version 3.3 (branches/release_33 181396)
Target: x86_64-unknown-linux-gnu
Thread model: posix

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