<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: GCC 6.1.0 for MinGW	</title>
	<atom:link href="https://virtuallyfun.com/2016/05/09/gcc-6-1-0-for-mingw/feed/" rel="self" type="application/rss+xml" />
	<link>https://virtuallyfun.com/2016/05/09/gcc-6-1-0-for-mingw/</link>
	<description>Fun with Virtualization</description>
	<lastBuildDate>Tue, 24 May 2016 01:05:42 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>
		By: neozeed		</title>
		<link>https://virtuallyfun.com/2016/05/09/gcc-6-1-0-for-mingw/comment-page-1/#comment-166942</link>

		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Tue, 24 May 2016 01:05:42 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=6156#comment-166942</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2016/05/09/gcc-6-1-0-for-mingw/comment-page-1/#comment-166932&quot;&gt;Rugxulo&lt;/a&gt;.

I&#039;m sure they have, with respect to the overall optimization strategies.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2016/05/09/gcc-6-1-0-for-mingw/comment-page-1/#comment-166932">Rugxulo</a>.</p>
<p>I&#8217;m sure they have, with respect to the overall optimization strategies.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rugxulo		</title>
		<link>https://virtuallyfun.com/2016/05/09/gcc-6-1-0-for-mingw/comment-page-1/#comment-166932</link>

		<dc:creator><![CDATA[Rugxulo]]></dc:creator>
		<pubDate>Mon, 23 May 2016 23:55:28 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=6156#comment-166932</guid>

					<description><![CDATA[Quake was originally cross-compiled from GCC 2.7.2, right? (With some hand-written assembly.) So that&#039;s a very weak compiler, comparatively. But then again, I doubt GCC intentionally has improved anything 586-related in decades. I seriously doubt they even test on P4s anymore.

Bah, just ask your friend (UHexen2 dude) to test for you! If anybody knows, he does.  ;-)]]></description>
			<content:encoded><![CDATA[<p>Quake was originally cross-compiled from GCC 2.7.2, right? (With some hand-written assembly.) So that&#8217;s a very weak compiler, comparatively. But then again, I doubt GCC intentionally has improved anything 586-related in decades. I seriously doubt they even test on P4s anymore.</p>
<p>Bah, just ask your friend (UHexen2 dude) to test for you! If anybody knows, he does.  😉</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: neozeed		</title>
		<link>https://virtuallyfun.com/2016/05/09/gcc-6-1-0-for-mingw/comment-page-1/#comment-165928</link>

		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Mon, 09 May 2016 16:42:15 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=6156#comment-165928</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2016/05/09/gcc-6-1-0-for-mingw/comment-page-1/#comment-165922&quot;&gt;rasz_pl&lt;/a&gt;.

Its not all that bad!

&lt;ul&gt;
&lt;li&gt;AMD K5, K6, K6-2 (aka K6 3D), K6-3&lt;/li&gt;
&lt;li&gt;DM&#038;P/SiS Vortex86, Vortex86SX&lt;/li&gt;
&lt;li&gt;Cyrix III, MediaGX, MediaGXm&lt;/li&gt;
&lt;li&gt;IDT Winchip C6, Winchip 2&lt;/li&gt;
&lt;li&gt;Intel Pentium, Pentium with MMX&lt;/li&gt;
&lt;li&gt;Rise mP6&lt;/li&gt;
&lt;li&gt;VIA C3 &#039;Samuel 2&#039;, C3 &#039;Ezra&#039;&lt;/li&gt;
&lt;/ul&gt;

So you have PII onward.   A while back I had bench&#039;d Quake with Visual C++, but doing the same with GCC shouldn&#039;t be too hard.  I&#039;m not going to even try to build it with GCC 1.4 though.  Although I guess if you can convert C++ comments into C comments, maybe it would work?  I&#039;m just not manually looking for // to /* */]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2016/05/09/gcc-6-1-0-for-mingw/comment-page-1/#comment-165922">rasz_pl</a>.</p>
<p>Its not all that bad!</p>
<ul>
<li>AMD K5, K6, K6-2 (aka K6 3D), K6-3</li>
<li>DM&amp;P/SiS Vortex86, Vortex86SX</li>
<li>Cyrix III, MediaGX, MediaGXm</li>
<li>IDT Winchip C6, Winchip 2</li>
<li>Intel Pentium, Pentium with MMX</li>
<li>Rise mP6</li>
<li>VIA C3 &#8216;Samuel 2&#8217;, C3 &#8216;Ezra&#8217;</li>
</ul>
<p>So you have PII onward.   A while back I had bench&#8217;d Quake with Visual C++, but doing the same with GCC shouldn&#8217;t be too hard.  I&#8217;m not going to even try to build it with GCC 1.4 though.  Although I guess if you can convert C++ comments into C comments, maybe it would work?  I&#8217;m just not manually looking for // to /* */</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: rasz_pl		</title>
		<link>https://virtuallyfun.com/2016/05/09/gcc-6-1-0-for-mingw/comment-page-1/#comment-165922</link>

		<dc:creator><![CDATA[rasz_pl]]></dc:creator>
		<pubDate>Mon, 09 May 2016 13:51:59 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=6156#comment-165922</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2016/05/09/gcc-6-1-0-for-mingw/comment-page-1/#comment-165920&quot;&gt;rasz_pl&lt;/a&gt;.

just read debian news 
&quot;gcc for i386 has recently been changed
to target 686-class processors and is generating code that will crash
on other processors&quot;

well F, there goes the Quake idea.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2016/05/09/gcc-6-1-0-for-mingw/comment-page-1/#comment-165920">rasz_pl</a>.</p>
<p>just read debian news<br />
&#8220;gcc for i386 has recently been changed<br />
to target 686-class processors and is generating code that will crash<br />
on other processors&#8221;</p>
<p>well F, there goes the Quake idea.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: rasz_pl		</title>
		<link>https://virtuallyfun.com/2016/05/09/gcc-6-1-0-for-mingw/comment-page-1/#comment-165920</link>

		<dc:creator><![CDATA[rasz_pl]]></dc:creator>
		<pubDate>Mon, 09 May 2016 13:42:16 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=6156#comment-165920</guid>

					<description><![CDATA[I wonder what difference all the years of optimization would do to something like Quake (1996).]]></description>
			<content:encoded><![CDATA[<p>I wonder what difference all the years of optimization would do to something like Quake (1996).</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
