[llvm-bugs] [Bug 38798] New: clang never ends compiling this file
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Aug 31 14:53:05 PDT 2018
https://bugs.llvm.org/show_bug.cgi?id=38798
Bug ID: 38798
Summary: clang never ends compiling this file
Product: clang
Version: 6.0
Hardware: PC
OS: FreeBSD
Status: NEW
Severity: enhancement
Priority: P
Component: C++
Assignee: unassignedclangbugs at nondot.org
Reporter: yuri at tsoft.com
CC: dgregor at apple.com, llvm-bugs at lists.llvm.org
The compilation of the attached file, InternalPseudo.cpp.E.cpp, never ends. At
least, not after many minutes.
The compilation command:
/usr/bin/c++ -cc1 -triple x86_64-unknown-freebsd11.2 -emit-obj -disable-free
-disable-llvm-verifier -discard-value-names -main-file-name InternalPseudo.cpp
-mrelocation-model static -mthread-model posix -mdisable-fp-elim
-relaxed-aliasing -masm-verbose -mconstructor-aliases -munwind-tables
-target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-notes-file
/usr/ports/science/rmg/work/.build/InternalPseudo/CMakeFiles/InternalPseudo.dir/InternalPseudo.cpp.gcno
-resource-dir /usr/lib/clang/6.0.1 -isystem /usr/local/include -isystem
/usr/local/include -isystem /usr/local/include -isystem /usr/local/include -D
GPU_ENABLED=0 -D HAVE_ASYNC_ALLREDUCE=0 -D INTERNAL_PP=1 -D MAGMA_LIBS=0 -D
OPENBLAS_SET_NUM_THREADS=0 -D SVN_REV="3.0" -D SVN_REVDATE="Unknown" \
-O2 -std=gnu++11 -fdeprecated-macro -fdebug-compilation-dir
/usr/ports/science/rmg/work/.build/InternalPseudo -ferror-limit 19
-fmessage-length 0 -stack-protector 1 -fobjc-runtime=gnustep -fcxx-exceptions
-fexceptions -fdiagnostics-show-option -vectorize-loops -vectorize-slp \
-o InternalPseudo.cpp.o \
-x c++ InternalPseudo.cpp.E.cpp
OS: FreeBSD 11.2 amd64
System c++, version 6.0.1
--
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/20180831/ee580f7a/attachment-0001.html>
More information about the llvm-bugs
mailing list