[llvm-bugs] [Bug 26416] New: fatal error: error in backend: Broken function found, compilation aborted!

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Feb 1 09:05:04 PST 2016


https://llvm.org/bugs/show_bug.cgi?id=26416

            Bug ID: 26416
           Summary: fatal error: error in backend: Broken function found,
                    compilation aborted!
           Product: clang
           Version: 3.6
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: LLVM Codegen
          Assignee: unassignedclangbugs at nondot.org
          Reporter: nezzari.inelec at hotmail.com
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

Error when trying to clone binary operations using the following pass:

if (auto *op = dyn_cast(&*I)) { auto temp = op->clone();}

favorite


Error when trying to clone binary operations using the following pass:

if (auto *op = dyn_cast(&*I)) { auto temp = op->clone();}

this gives the following error: fatal error: error in backend: Broken function
found, compilation aborted! clang-3.6: error: clang frontend command failed
with exit code 70 (use -v to see invocation) clang version 3.6.2
(tags/RELEASE_362/final) Target: x86_64-unknown-linux-gnu Thread model: posix
clang-3.6: note: diagnostic msg: PLEASE submit a bug report to
http://llvm.org/bugs/ and include the crash backtrace, preprocessed source, and
associated run script. clang-3.6: note: diagnostic msg:

PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT: Preprocessed source(s) and
associated run script(s) are located at: clang-3.6: note: diagnostic msg:
/tmp/add1-260d76.c clang-3.6: note: diagnostic msg: /tmp/add1-260d76.sh
clang-3.6: note: diagnostic msg:

-- 
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/20160201/e823f554/attachment.html>


More information about the llvm-bugs mailing list