From mboxrd@z Thu Jan 1 00:00:00 1970 Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: [ANN] GCC 14.2.0-3 (aarch64, macOS) Date: Fri, 29 Nov 2024 22:25:22 +0000 Organization: A noiseless patient Spider Message-ID: References: <0001HW.2CEF898E0005B91A30DDA538F@news.individual.net> <20241122110223.5f66f440@tag.xn--rombobjrn-67a.se> <20241129200853.20e628f8@tag.xn--rombobjrn-67a.se> <87ed2tsplx.fsf@nosuchdomain.example.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Date: Fri, 29 Nov 2024 23:25:23 +0100 (CET) Injection-Info: dont-email.me; posting-host="621bb06bed68d15e71f8a96b628b229a"; logging-data="1342880"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19p1zVC54t2rGF1Yg/r9mOT3DiSf2GnKPY=" User-Agent: Gnus/5.13 (Gnus v5.13) Cancel-Lock: sha1:fEuoOZDRWW41MIXs40ltyMO/JLk= sha1:BqTvrvirXB93xWzm1i8065C8iAM= Xref: news.eternal-september.org comp.lang.ada:66467 List-Id: Keith Thompson writes: > Simon Wright writes: >> Björn Persson writes: >>> It happened today in GCC 14.2.1 (as packaged in Fedora 41), so no, not >>> only in 14.2.0. >> >> There's no official FSF 14.2.1 release - it may just be like Alire, >> which only handles 3 levels, so they call the first packaging of 14.2.0 >> 14.2.1. If you say 'gcc -v' it'll probably say 14.2.0. >> >> Of course I could be completely wrong and Fedora have added lots of >> value! > > I see some potential for confusion, since there almost certainly will be > an official gcc 14.2.1 release in the near future. That official > release will include code that's not included in what Fedora calls gcc > 14.2.1. It's a point release, so I wouldn't expect substantial changes, > but still, I think Fedora should use a different naming scheme. I have this vague memory that 14.2.1 is a draft for 14.3.0, and that GCC never has .1 _releases_. In the same way that 15.0.0 migrates to 15.0.1 before the 15.1.0 release. Yes, see [1], section "Version Numbering Scheme for GCC 5 and Up". Also, in gcc-mirror on github, gcc/BASE-VER in the releases/gcc-14 branch [2] holds 14.2.1. [1] https://gcc.gnu.org/develop.html [2] https://github.com/gcc-mirror/gcc/blob/releases/gcc-14/gcc/BASE-VER