<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Absturzqualität der C++-Compiler]]></title><description><![CDATA[<pre><code>internal compiler error: tree check: expected record_type or union_type or qual_union_type, have template_type_parm in lookup_base, at cp/search.c:215
0xca42aa tree_check_failed(tree_node const*, char const*, int, char const*, ...)
	../.././gcc/tree.c:9199
0x681509 tree_check3
	../.././gcc/tree.h:3730
0x681509 lookup_base(tree_node*, tree_node*, int, base_kind*, int)
	../.././gcc/cp/search.c:215
0x515e62 build_user_type_conversion_1
	../.././gcc/cp/call.c:3425
0x516cb5 implicit_conversion
	../.././gcc/cp/call.c:1756
0x518111 reference_binding
	../.././gcc/cp/call.c:1653
0x516c64 implicit_conversion
	../.././gcc/cp/call.c:1695
0x51c756 can_convert_arg(tree_node*, tree_node*, tree_node*, int, int)
	../.././gcc/cp/call.c:8900
0x5a94f3 check_non_deducible_conversion
	../.././gcc/cp/pt.c:15534
0x5a94f3 unify_one_argument
	../.././gcc/cp/pt.c:15703
0x59e292 type_unification_real
	../.././gcc/cp/pt.c:15845
0x5ad2d1 fn_type_unification(tree_node*, tree_node*, tree_node*, tree_node* const*, unsigned int, tree_node*, unification_kind_t, int, bool, bool)
	../.././gcc/cp/pt.c:15286
0x519aec add_template_candidate_real
	../.././gcc/cp/call.c:2923
0x5155d9 add_template_candidate
	../.././gcc/cp/call.c:3020
0x5155d9 add_candidates
	../.././gcc/cp/call.c:5075
0x51cafc perform_overload_resolution
	../.././gcc/cp/call.c:3816
0x523afa build_new_function_call(tree_node*, vec&lt;tree_node*, va_gc, vl_embed&gt;**, bool, int)
	../.././gcc/cp/call.c:3893
0x69105e finish_call_expr(tree_node*, vec&lt;tree_node*, va_gc, vl_embed&gt;**, bool, bool, int)
	../.././gcc/cp/semantics.c:2254
0x574a78 tsubst_copy_and_build(tree_node*, tree_node*, int, tree_node*, bool, bool)
	../.././gcc/cp/pt.c:14253
0x57d572 tsubst_expr
	../.././gcc/cp/pt.c:13512
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See &lt;http://gcc.gnu.org/bugs.html&gt; for instructions.
</code></pre>
<p>Clang++ verfängt sich bei dem selben Code in einer Endlosschleife und legt das System mit unendlich viel Speicherverbrauch lahm.</p>
<p>Srsly. Sind die Compiler echt so schlecht programmiert?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/319894/absturzqualität-der-c-compiler</link><generator>RSS for Node</generator><lastBuildDate>Fri, 24 Jul 2026 17:24:08 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/319894.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 07 Sep 2013 16:11:29 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Absturzqualität der C++-Compiler on Sat, 07 Sep 2013 16:11:29 GMT]]></title><description><![CDATA[<pre><code>internal compiler error: tree check: expected record_type or union_type or qual_union_type, have template_type_parm in lookup_base, at cp/search.c:215
0xca42aa tree_check_failed(tree_node const*, char const*, int, char const*, ...)
	../.././gcc/tree.c:9199
0x681509 tree_check3
	../.././gcc/tree.h:3730
0x681509 lookup_base(tree_node*, tree_node*, int, base_kind*, int)
	../.././gcc/cp/search.c:215
0x515e62 build_user_type_conversion_1
	../.././gcc/cp/call.c:3425
0x516cb5 implicit_conversion
	../.././gcc/cp/call.c:1756
0x518111 reference_binding
	../.././gcc/cp/call.c:1653
0x516c64 implicit_conversion
	../.././gcc/cp/call.c:1695
0x51c756 can_convert_arg(tree_node*, tree_node*, tree_node*, int, int)
	../.././gcc/cp/call.c:8900
0x5a94f3 check_non_deducible_conversion
	../.././gcc/cp/pt.c:15534
0x5a94f3 unify_one_argument
	../.././gcc/cp/pt.c:15703
0x59e292 type_unification_real
	../.././gcc/cp/pt.c:15845
0x5ad2d1 fn_type_unification(tree_node*, tree_node*, tree_node*, tree_node* const*, unsigned int, tree_node*, unification_kind_t, int, bool, bool)
	../.././gcc/cp/pt.c:15286
0x519aec add_template_candidate_real
	../.././gcc/cp/call.c:2923
0x5155d9 add_template_candidate
	../.././gcc/cp/call.c:3020
0x5155d9 add_candidates
	../.././gcc/cp/call.c:5075
0x51cafc perform_overload_resolution
	../.././gcc/cp/call.c:3816
0x523afa build_new_function_call(tree_node*, vec&lt;tree_node*, va_gc, vl_embed&gt;**, bool, int)
	../.././gcc/cp/call.c:3893
0x69105e finish_call_expr(tree_node*, vec&lt;tree_node*, va_gc, vl_embed&gt;**, bool, bool, int)
	../.././gcc/cp/semantics.c:2254
0x574a78 tsubst_copy_and_build(tree_node*, tree_node*, int, tree_node*, bool, bool)
	../.././gcc/cp/pt.c:14253
0x57d572 tsubst_expr
	../.././gcc/cp/pt.c:13512
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See &lt;http://gcc.gnu.org/bugs.html&gt; for instructions.
</code></pre>
<p>Clang++ verfängt sich bei dem selben Code in einer Endlosschleife und legt das System mit unendlich viel Speicherverbrauch lahm.</p>
<p>Srsly. Sind die Compiler echt so schlecht programmiert?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2350934</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2350934</guid><dc:creator><![CDATA[gcc=lol]]></dc:creator><pubDate>Sat, 07 Sep 2013 16:11:29 GMT</pubDate></item><item><title><![CDATA[Reply to Absturzqualität der C++-Compiler on Sat, 07 Sep 2013 16:21:22 GMT]]></title><description><![CDATA[<p>Please submit a full bug report,<br />
with preprocessed source if appropriate.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2350936</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2350936</guid><dc:creator><![CDATA[SeppJ]]></dc:creator><pubDate>Sat, 07 Sep 2013 16:21:22 GMT</pubDate></item><item><title><![CDATA[Reply to Absturzqualität der C++-Compiler on Sat, 07 Sep 2013 16:25:05 GMT]]></title><description><![CDATA[<p>Dazu ließe sich vielleicht etwas sinnvolles sagen, wenn du den Code herzeigst und erwähnst, mit welchen Compiler-Versionen du arbeitest.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2350938</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2350938</guid><dc:creator><![CDATA[seldon]]></dc:creator><pubDate>Sat, 07 Sep 2013 16:25:05 GMT</pubDate></item><item><title><![CDATA[Reply to Absturzqualität der C++-Compiler on Sat, 07 Sep 2013 16:37:51 GMT]]></title><description><![CDATA[<blockquote>
<p>Sind die Compiler echt so schlecht programmiert?</p>
</blockquote>
<p>Sie sind nicht perfekt. Aber mit dem GCC bin ich schon sehr zufrieden.</p>
<p>Ich wage die Vermutung, dass du C++11/14-Features benutzt?</p>
<p>Btw.: Schreib sie doch selbst besser, wenn es dir nicht passt. Wer nicht zufrieden ist mit dem, was er hat, verdient es nicht.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2350941</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2350941</guid><dc:creator><![CDATA[Sone]]></dc:creator><pubDate>Sat, 07 Sep 2013 16:37:51 GMT</pubDate></item><item><title><![CDATA[Reply to Absturzqualität der C++-Compiler on Sat, 07 Sep 2013 16:43:27 GMT]]></title><description><![CDATA[<p>Super. Du hast einen Fehler gefunden und sagst, dass die C++-Compiler schlecht sind <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f644.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--face_with_rolling_eyes"
      title=":rolling_eyes:"
      alt="🙄"
    /> . Fehler kommen vor aber meine Erfahrung ist, dass solche Fehler bei C++-Compilern sehr selten sind. Ich habe auch schon Compilerabstürze erlebt, aber das kommt mal alle Jubeljahre vor.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2350942</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2350942</guid><dc:creator><![CDATA[tntnet]]></dc:creator><pubDate>Sat, 07 Sep 2013 16:43:27 GMT</pubDate></item><item><title><![CDATA[Reply to Absturzqualität der C++-Compiler on Sat, 07 Sep 2013 17:29:54 GMT]]></title><description><![CDATA[<p>gcc=lol schrieb:</p>
<blockquote>
<p>Srsly. Sind die Compiler echt so schlecht programmiert?</p>
</blockquote>
<p>Ja, vor allem wenn man sich überlegt, wie viel die kosten ...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2350948</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2350948</guid><dc:creator><![CDATA[manni66]]></dc:creator><pubDate>Sat, 07 Sep 2013 17:29:54 GMT</pubDate></item><item><title><![CDATA[Reply to Absturzqualität der C++-Compiler on Sat, 07 Sep 2013 18:53:51 GMT]]></title><description><![CDATA[<p>manni66 schrieb:</p>
<blockquote>
<p>Ja, vor allem wenn man sich überlegt, wie viel die kosten ...</p>
</blockquote>
<p>Bei Software gilt nicht notwendigerweise &quot;Was nichts kostet ist nichts&quot;. Es gibt genug Open-Source Software, die sich nicht vor kommerzieller verstecken muss. Dazu würde ich auch GCC zählen</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2350973</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2350973</guid><dc:creator><![CDATA[TNA]]></dc:creator><pubDate>Sat, 07 Sep 2013 18:53:51 GMT</pubDate></item><item><title><![CDATA[Reply to Absturzqualität der C++-Compiler on Sat, 07 Sep 2013 18:58:09 GMT]]></title><description><![CDATA[<p>seldon schrieb:</p>
<blockquote>
<p>Dazu ließe sich vielleicht etwas sinnvolles sagen, wenn du den Code herzeigst und erwähnst, mit welchen Compiler-Versionen du arbeitest.</p>
</blockquote>
<p>Ich habe keine Lust Bug-Reports zu zeigen und den Code zu minimieren. Ich will arbeiten.</p>
<pre><code>clang: error: unable to execute command: Segmentation fault (core dumped)
clang: error: clang frontend command failed due to signal (use -v to see invocation)
clang version 3.3 (tags/RELEASE_33/final)
Target: x86_64-unknown-linux-gnu
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/XXX-shZNvS.cpp
clang: note: diagnostic msg: /tmp/XXX-shZNvS.sh
clang: note: diagnostic msg:
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/2350974</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2350974</guid><dc:creator><![CDATA[gcc=lol]]></dc:creator><pubDate>Sat, 07 Sep 2013 18:58:09 GMT</pubDate></item><item><title><![CDATA[Reply to Absturzqualität der C++-Compiler on Sat, 07 Sep 2013 19:27:57 GMT]]></title><description><![CDATA[<p>Dann geh doch weiterarbeiten und spam nicht das Forum mit Zeug zu, worauf man unmöglich eine sinnvolle Antwort geben kann.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2350981</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2350981</guid><dc:creator><![CDATA[Eisflamme]]></dc:creator><pubDate>Sat, 07 Sep 2013 19:27:57 GMT</pubDate></item><item><title><![CDATA[Reply to Absturzqualität der C++-Compiler on Sat, 07 Sep 2013 20:15:05 GMT]]></title><description><![CDATA[<p>gcc=lol schrieb:</p>
<blockquote>
<p>seldon schrieb:</p>
<blockquote>
<p>Dazu ließe sich vielleicht etwas sinnvolles sagen, wenn du den Code herzeigst und erwähnst, mit welchen Compiler-Versionen du arbeitest.</p>
</blockquote>
<p>Ich habe keine Lust Bug-Reports zu zeigen und den Code zu minimieren. Ich will arbeiten.</p>
</blockquote>
<p>Dann fang endlich an deinen eigenen besseren, schnelleren, performanten, bugfreien und DAU-freundlichen Compiler zu schreiben. Wir sehen uns im überüberübernächsten Leben.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2350991</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2350991</guid><dc:creator><![CDATA[jkkkghghk]]></dc:creator><pubDate>Sat, 07 Sep 2013 20:15:05 GMT</pubDate></item><item><title><![CDATA[Reply to Absturzqualität der C++-Compiler on Sat, 07 Sep 2013 22:43:03 GMT]]></title><description><![CDATA[<p>Sinnlosthread. closed.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2351027</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2351027</guid><dc:creator><![CDATA[SeppJ]]></dc:creator><pubDate>Sat, 07 Sep 2013 22:43:03 GMT</pubDate></item></channel></rss>