<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 6 October 2015 at 17:23, Johannes Pfau via D.gnu <span dir="ltr"><<a href="mailto:d.gnu@puremagic.com" target="_blank">d.gnu@puremagic.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Am Tue, 06 Oct 2015 12:52:23 +0000<br>
schrieb John Colvin <<a href="mailto:john.loughran.colvin@gmail.com">john.loughran.colvin@gmail.com</a>>:<br>
<span class=""><br>
> <a href="http://gdcproject.org/downloads" rel="noreferrer" target="_blank">http://gdcproject.org/downloads</a> are all with gcc 5.2<br>
><br>
> <a href="https://github.com/D-Programming-GDC/GDC/releases/tag/v2.066.1_gcc5" rel="noreferrer" target="_blank">https://github.com/D-Programming-GDC/GDC/releases/tag/v2.066.1_gcc5</a><br>
> is with gcc 5.1, as is the gdc-5 branch<br>
><br>
<br>
</span>The gcc.version file is the version tested by the CI systems. This is<br>
important for the master branch which uses gcc snapshots and<br>
older or newer snapshots often do not work.<br>
<br>
For the release branches the version indicated in gcc.version is less<br>
important. It's used by the autotester, but GCC does not break<br>
compatibility in minor releases so you should always use the latest<br>
release. 5.2 in this case.<br>
<br>
OT: I just updated all gcc.version files. I'll push these updates once<br>
the autotester passes.<br>
<span class=""><br>
> Is there a reason for this? If I want to package the latest<br>
> "stable" gdc (must be from source), what should I work from?<br>
<br>
</span>=> latest GCC 5 (5.2 right now) and gdc-5 branch.<br>
<br>
We should probably add tags whenever we release updated binaries. But I<br>
don't want to call these v2.066.1_gcc5.2 as you can use all gdc-5<br>
commits with all GCC 5 versions. Probably v2.066.1_gcc5_r2 instead or<br>
something like that.<br>
</blockquote></div><br></div><div class="gmail_extra">I hope you are not backporting latest master to those branches too. ;-)<br></div></div>