<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 - compilation does not termintate with elevated inline-threshold"
href="https://bugs.llvm.org/show_bug.cgi?id=47817">47817</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>compilation does not termintate with elevated inline-threshold
</td>
</tr>
<tr>
<th>Product</th>
<td>new-bugs
</td>
</tr>
<tr>
<th>Version</th>
<td>10.0
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>new bugs
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>avi@cloudius-systems.com
</td>
</tr>
<tr>
<th>CC</th>
<td>htmldeveloper@gmail.com, llvm-bugs@lists.llvm.org
</td>
</tr></table>
<p>
<div>
<pre>This is with 10.0.0, but I've also seen it happen with 11 (another file, and
with a higher limit).
Command line:
clang++ -MD -MT build/release/test/boost/broken_sstable_test.o -MF
build/release/test/boost/broken_sstable_test.o.d
-I/home/avi/scylla/seastar/include
-I/home/avi/scylla/build/release/seastar/gen/include -std=gnu++20
-U_FORTIFY_SOURCE -DSEASTAR_SSTRING -march=westmere -DSEASTAR_API_LEVEL=6
-DSEASTAR_HAVE_DPDK -DFMT_LOCALE -DFMT_SHARED -I/usr/include/p11-kit-1
-Wl,--gc-sections -O3 -ffunction-sections -fdata-sections -mllvm
-inline-threshold=2500 -g -gz -iquote. -iquote build/release/gen --std=gnu++20
-ffile-prefix-map=/home/avi/scylla=. -march=westmere -DBOOST_TEST_DYN_LINK -I
abseil -fvisibility=hidden -Wall -Werror -Wno-mismatched-tags
-Wno-tautological-compare -Wno-parentheses-equality -Wno-c++11-narrowing
-Wno-c++1z-extensions -Wno-sometimes-uninitialized -Wno-return-stack-address
-Wno-missing-braces -Wno-unused-lambda-capture -Wno-misleading-indentation
-Wno-overflow -Wno-noexcept-type -Wno-error=cpp -Wno-ignored-attributes
-Wno-overloaded-virtual -Wno-unused-command-line-argument
-Wno-inconsistent-missing-override -Wno-defaulted-function-deleted
-Wno-redeclared-class-member -Wno-pessimizing-move -Wno-redundant-move
-Wno-gnu-designator -Wno-instantiation-after-specialization
-Wno-unused-private-field -Wno-unsupported-friend -Wno-unused-variable
-Wno-return-std-move -Wno-delete-non-abstract-non-virtual-dtor
-Wno-unknown-attributes -Wno-braced-scalar-init -Wno-unused-value
-Wno-range-loop-construct -Wno-unused-function
-Wno-implicit-int-float-conversion -Wno-delete-abstract-non-virtual-dtor
-Wno-error=deprecated-declarations -DXXH_PRIVATE_API -DSEASTAR_TESTING_MAIN
-DHAVE_LZ4_COMPRESS_DEFAULT -c preprocessed.cc
Reproducer: <a href="http://scratch.scylladb.com/preprocessed.cc">http://scratch.scylladb.com/preprocessed.cc</a> (too large to attach)</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>