<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to feature-requests</title><link href="https://sourceforge.net/p/tdm-gcc/feature-requests/" rel="alternate"/><link href="https://sourceforge.net/p/tdm-gcc/feature-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/tdm-gcc/feature-requests/</id><updated>2018-08-11T08:15:15.323000Z</updated><subtitle>Recent changes to feature-requests</subtitle><entry><title>Uninstall</title><link href="https://sourceforge.net/p/tdm-gcc/feature-requests/42/" rel="alternate"/><published>2018-08-11T08:15:15.323000Z</published><updated>2018-08-11T08:15:15.323000Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netb953acca3e1ff53a26d8d6829fab2cf781a107a0</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I want to uninstall but its not happning please help me out&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Help me please</title><link href="https://sourceforge.net/p/tdm-gcc/feature-requests/41/" rel="alternate"/><published>2018-02-04T03:24:50.241000Z</published><updated>2018-02-04T03:24:50.241000Z</updated><author><name>budi</name><uri>https://sourceforge.net/u/budikusasi/</uri></author><id>https://sourceforge.net2f2392a14b7414575c53fedb2acb10f284432db6</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;How do I build a source with TDM GCC MINGW ?&lt;br/&gt;
Where I must put the "src" directory that is used to be in MSYS/usr/src in MSYS system ?&lt;br/&gt;
Please help me and sorry if I ask at wrong place as I really don't know how I should do it..&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#40 GCC 6 TDM release</title><link href="https://sourceforge.net/p/tdm-gcc/feature-requests/40/?limit=25#8dc4" rel="alternate"/><published>2017-12-15T08:40:43.324000Z</published><updated>2017-12-15T08:40:43.324000Z</updated><author><name>Anders Karlsson</name><uri>https://sourceforge.net/u/fizzbann/</uri></author><id>https://sourceforge.netb14bf3b324a54dab99fce713e05856365addefd3</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Yes please :)&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#40 GCC 6 TDM release</title><link href="https://sourceforge.net/p/tdm-gcc/feature-requests/40/?limit=25#853f" rel="alternate"/><published>2017-03-29T04:54:46.586000Z</published><updated>2017-03-29T04:54:46.586000Z</updated><author><name>Fyr</name><uri>https://sourceforge.net/u/xtemp09/</uri></author><id>https://sourceforge.netd724b17598be5e889ef0fb9db1bfda329f64c028</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Maybe, GCC 7 would be even better since its release is so soon. However, the owner never responds.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#40 GCC 6 TDM release</title><link href="https://sourceforge.net/p/tdm-gcc/feature-requests/40/?limit=25#e3a8" rel="alternate"/><published>2017-03-14T09:56:29.366000Z</published><updated>2017-03-14T09:56:29.366000Z</updated><author><name>piyush-eldiablo</name><uri>https://sourceforge.net/u/piyush-eldiablo/</uri></author><id>https://sourceforge.nete8078f3ace2d3913b5217664d6677959c2ca191c</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Please provide a new release with GCC 6 version &lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>GCC 6 TDM release</title><link href="https://sourceforge.net/p/tdm-gcc/feature-requests/40/" rel="alternate"/><published>2017-03-14T09:54:46.629000Z</published><updated>2017-03-14T09:54:46.629000Z</updated><author><name>piyush-eldiablo</name><uri>https://sourceforge.net/u/piyush-eldiablo/</uri></author><id>https://sourceforge.net362115764bb58f828ec594edce97467204a9d687</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Please   6&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Add diffutils package</title><link href="https://sourceforge.net/p/tdm-gcc/feature-requests/39/" rel="alternate"/><published>2016-08-30T18:39:40.734000Z</published><updated>2016-08-30T18:39:40.734000Z</updated><author><name>Simon Sobisch</name><uri>https://sourceforge.net/u/sf-mensch/</uri></author><id>https://sourceforge.net86f7f1433faed03060310f3165404f951bde7579</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;We have &lt;code&gt;msys&lt;/code&gt; and &lt;code&gt;make&lt;/code&gt; and therefore can build many projects quite easily. But there is something very important missing:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;./configure # works
make        # works too
make check  # won't work on most packages as the required `diff` is missing
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;The most current release of diffutils is not possible to be build, see the &lt;a class="" href="http://debbugs.gnu.org/cgi/bugreport.cgi?bug=24304" rel="nofollow"&gt;MinGW issue 24304&lt;/a&gt;(as far as I know all last release tarballs do not work with MinGW).&lt;br/&gt;
I don't know if it is a good idea to simply copy it over from the GnuWin package (it looks the distribute a working diff binary). Also watch out for a common pitfall with not-working diff of stdin (see &lt;a href="https://sourceforge.net/p/gnuwin32/bugs/135/"&gt;https://sourceforge.net/p/gnuwin32/bugs/135/&lt;/a&gt;), I was told this bug still exists with the "diff of pacman repository" (whatever this means ;-).&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Silent installer</title><link href="https://sourceforge.net/p/tdm-gcc/feature-requests/38/" rel="alternate"/><published>2016-08-25T08:46:03.375000Z</published><updated>2016-08-25T08:46:03.375000Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net3d87fc6a5bdffc21011c87a66abdfa75c599765d</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I would  like to have a silent installer option to the compiler so that I can install it on our student computers without running the wizard. Cannot find any flag that works at the moment.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Add support for JIT frontend</title><link href="https://sourceforge.net/p/tdm-gcc/feature-requests/37/" rel="alternate"/><published>2015-07-29T05:48:52.604000Z</published><updated>2015-07-29T05:48:52.604000Z</updated><author><name>Hayden Livingston</name><uri>https://sourceforge.net/u/halivingston/</uri></author><id>https://sourceforge.net0bf968144e0e7f39a0fd7c3fe1834a98d1cfa924</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;&lt;a href="https://gcc.gnu.org/wiki/JIT" rel="nofollow"&gt;https://gcc.gnu.org/wiki/JIT&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I tried and failed, looks like a few options are what no-one ever uses on Windows (--enable-host-shared)&lt;/p&gt;
&lt;p&gt;I'm so willing to donate $100 if you can get this out to the community in dll form (i.e. libgccjit.dll)&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>patch to enable -fdiagnostics-color</title><link href="https://sourceforge.net/p/tdm-gcc/feature-requests/36/" rel="alternate"/><published>2015-07-10T12:34:34.088000Z</published><updated>2015-07-10T12:34:34.088000Z</updated><author><name>Martin Gieseking</name><uri>https://sourceforge.net/u/mgieseki/</uri></author><id>https://sourceforge.net610deee0f1e3eaf5c597c76a93443b2457115868</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;By default, the gcc option &lt;code&gt;-fdiagnostics-color&lt;/code&gt; (which turns on message coloring) is disabled on Windows, probably because it only supports ANSI color sequences at the moment. However, some console emulators like ConEmu support these sequences and gcc works perfectly together with them. Thus, it would be great if you could activate the functionality of &lt;code&gt;-fdiagnostics-color&lt;/code&gt; in TDM-GCC, e.g. by applying the attached patch. I compiled gcc by myself with this modification and couldn't find any drawbacks so far.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>