[llvm-bugs] [Bug 33016] New: compiler crash clang 3.9.1 mac osx

via llvm-bugs llvm-bugs at lists.llvm.org
Thu May 11 19:09:58 PDT 2017


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

            Bug ID: 33016
           Summary: compiler crash clang 3.9.1 mac osx
           Product: clang
           Version: 3.9
          Hardware: Macintosh
                OS: MacOS X
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++
          Assignee: unassignedclangbugs at nondot.org
          Reporter: gwryan at njit.edu
                CC: dgregor at apple.com, llvm-bugs at lists.llvm.org

Stack dump:
0.      Program arguments: /opt/local/libexec/llvm-3.9/bin/clang -cc1 -triple
x86_64-apple-macosx10.12.0 -Wdeprecated-objc-isa-usage
-Werror=deprecated-objc-isa-usage -emit-obj -disable-free
-disable-llvm-verifier -discard-value-names -main-file-name ubint.cpp
-mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim
-masm-verbose -munwind-tables -target-cpu core2 -target-linker-version 274.1
-dwarf-column-info -debug-info-kind=standalone -dwarf-version=2
-debugger-tuning=lldb -coverage-file
/Users/gerardryan/Desktop/palisade-student-edition/palisade-student-edition/src/core/bin/lib/math/exp_int/ubint.o
-resource-dir /opt/local/libexec/llvm-3.9/bin/../lib/clang/3.9.1 -I
src/core/lib -I src/pke/lib -I src/trapdoor/lib -I test -I
/opt/local/include/libomp -stdlib=libc++ -O3 -Wall -w -std=c++11
-fdeprecated-macro -fdebug-compilation-dir
/Users/gerardryan/Desktop/palisade-student-edition/palisade-student-edition
-ferror-limit 19 -fmessage-length 134 -I/opt/local/include/libomp -fopenmp
-stack-protector 1 -fblocks -fobjc-runtime=macosx-10.12.0
-fencode-extended-block-signature -fcxx-exceptions -fexceptions
-fmax-type-align=16 -fdiagnostics-show-option -fcolor-diagnostics
-vectorize-loops -vectorize-slp -o src/core/bin/lib/math/exp_int/ubint.o -x c++
src/core/lib/math/exp_int/ubint.cpp 
1.      src/core/lib/math/exp_int/ubint.cpp:2916:40: current parser token ';'
2.      src/core/lib/math/exp_int/ubint.cpp:230:73: instantiating function
definition 'exp_int::ubint<unsigned int>::(anonymous class)::operator()'
3.      src/core/lib/math/exp_int/ubint.cpp:230:73: LLVM IR generation of
declaration 'exp_int::ubint<unsigned int>::(anonymous class)::operator()'
4.      src/core/lib/math/exp_int/ubint.cpp:230:73: Generating code for
declaration 'exp_int::ubint<unsigned int>::(anonymous class)::operator()'
clang: error: unable to execute command: Segmentation fault: 11
clang: error: clang frontend command failed due to signal (use -v to see
invocation)
clang version 3.9.1 (tags/RELEASE_391/final)
Target: x86_64-apple-darwin16.5.0
Thread model: posix
InstalledDir: /opt/local/libexec/llvm-3.9/bin
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:
/var/folders/y0/_f_nr_dn5pxcxwzlyw36fz2r0000gn/T/ubint-061c59.cpp
clang: note: diagnostic msg:
/var/folders/y0/_f_nr_dn5pxcxwzlyw36fz2r0000gn/T/ubint-061c59.sh
clang: 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/20170512/f0d3dd06/attachment.html>


More information about the llvm-bugs mailing list