[llvm-bugs] [Bug 24913] New: clang frontend command failed with exit code 70

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Sep 23 06:53:14 PDT 2015


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

            Bug ID: 24913
           Summary: clang frontend command failed with exit code 70
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P
         Component: Frontend
          Assignee: unassignedclangbugs at nondot.org
          Reporter: dr2867 at pacbell.net
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

Created attachment 14926
  --> https://llvm.org/bugs/attachment.cgi?id=14926&action=edit
Preprocessed C source that caused failure.

When compiling code, a fatal error occurred.  Here's the text of the error:

fatal error: error in backend: expected relocatable expression
clang: error: clang frontend command failed with exit code 70 (use -v to see
invocation)
FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512
Target: i386-unknown-freebsd9.3
Thread model: posix
clang: 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: note: diagnostic msg:
********************

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

********************
*** [bn.o] Error code 70


File /tmp/bn-b29134.c attached.
File /tmp/bn-b29134.sh is listed below:


 "/usr/bin/clang" -cc1 -triple i386-unknown-freebsd9.3 -emit-obj -mrelax-all
-disable-free -main-file-name bn.c -mrelocation-model static -mdisable-fp-elim
-masm-verbose -mconstructor-aliases -target-cpu i486 -Wall -Wextra -Wshadow
-Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wwrite-strings -Wfloat-equal -Winline -Wunknown-pragmas
-Wundef -Wendif-labels -pedantic -std=c99 -fconst-strings -ferror-limit 19
-fmessage-length 100 -mstackrealign -fobjc-runtime=gnustep
-fdiagnostics-show-option -fcolor-diagnostics -vectorize-slp -x c bn-b29134.c

-- 
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/20150923/d773c593/attachment.html>


More information about the llvm-bugs mailing list