[LLVMbugs] [Bug 16071] *critical* code generation problem when a function declared to return something, but no return is called

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue May 21 13:05:09 PDT 2013


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

Rafael Ávila de Espíndola <rafael.espindola at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |rafael.espindola at gmail.com
         Resolution|---                         |WONTFIX

--- Comment #5 from Rafael Ávila de Espíndola <rafael.espindola at gmail.com> ---
This is working as intended. Given

int foo() {
}

We intentionally produce an unreachable statement.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130521/3c31b1c5/attachment.html>


More information about the llvm-bugs mailing list