<html>
<head>
<base href="https://bugs.llvm.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - clang never ends compiling this file"
href="https://bugs.llvm.org/show_bug.cgi?id=38798">38798</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>clang never ends compiling this file
</td>
</tr>
<tr>
<th>Product</th>
<td>clang
</td>
</tr>
<tr>
<th>Version</th>
<td>6.0
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>FreeBSD
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>enhancement
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>C++
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedclangbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>yuri@tsoft.com
</td>
</tr>
<tr>
<th>CC</th>
<td>dgregor@apple.com, llvm-bugs@lists.llvm.org
</td>
</tr></table>
<p>
<div>
<pre>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</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>