From mboxrd@z Thu Jan 1 00:00:00 1970 Path: eternal-september.org!news.eternal-september.org!feeder3.eternal-september.org!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: =?UTF-8?B?QmrDtnJu?= Persson Newsgroups: comp.lang.ada Subject: Re: [ANN] GCC 14.2.0-3 (aarch64, macOS) Date: Fri, 29 Nov 2024 23:52:17 +0100 Message-ID: <20241129235217.6e6844f9@tag.xn--rombobjrn-67a.se> 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: quoted-printable X-Trace: individual.net eg7jfMR9uG2eZd6CEvW69wbqmLcqcKudW/tltLjH8nNmK09+SI Cancel-Lock: sha1:SfBeZb1Jf/4kCO012nZJfQNIf/s= sha256:STcc6zPnJjpvFYYs0wa8F9z3+vTqZhfBmkMzgFb69rc= X-Newsreader: Claws Mail 4.3.0 (GTK 3.24.43; x86_64-redhat-linux-gnu) Xref: news.eternal-september.org comp.lang.ada:66468 List-Id: Keith Thompson wrote: > Simon Wright writes: > > Bj=C3=B6rn Persson writes: =20 > >> It happened today in GCC 14.2.1 (as packaged in Fedora 41), so no, not > >> only in 14.2.0. =20 > > > > 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. $ LANG=3Den gcc -v Using built-in specs. COLLECT_GCC=3Dgcc COLLECT_LTO_WRAPPER=3D/usr/libexec/gcc/x86_64-redhat-linux/14/lto-wrapper OFFLOAD_TARGET_NAMES=3Dnvptx-none:amdgcn-amdhsa OFFLOAD_TARGET_DEFAULT=3D1 Target: x86_64-redhat-linux Configured with: ../configure --enable-bootstrap --enable-languages=3Dc,c++= ,fortran,objc,obj-c++,ada,go,d,m2,lto --prefix=3D/usr --mandir=3D/usr/share= /man --infodir=3D/usr/share/info --with-bugurl=3Dhttp://bugzilla.redhat.com= /bugzilla --enable-shared --enable-threads=3Dposix --enable-checking=3Drele= ase --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-li= bunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --wi= th-gcc-major-version-only --enable-libstdcxx-backtrace --with-libstdcxx-zon= einfo=3D/usr/share/zoneinfo --with-linker-hash-style=3Dgnu --enable-plugin = --enable-initfini-array --with-isl=3D/builddir/build/BUILD/gcc-14.2.1-build= /gcc-14.2.1-20240912/obj-x86_64-redhat-linux/isl-install --enable-offload-t= argets=3Dnvptx-none,amdgcn-amdhsa --enable-offload-defaulted --without-cuda= -driver --enable-gnu-indirect-function --enable-cet --with-tune=3Dgeneric -= -with-arch_32=3Di686 --build=3Dx86_64-redhat-linux --with-build-config=3Dbo= otstrap-lto --enable-link-serialization=3D1 Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 14.2.1 20240912 (Red Hat 14.2.1-3) (GCC)=20 > 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. Anyone who needs to know the exact state of the code packaged in Fedora 41 can find the Git revision and all the patches here: https://src.fedoraproject.org/rpms/gcc/blob/f41/f/gcc.spec If someone has a problem with the version numbering, they could always try reporting it as a bug, but they should first know that the main admin of the Fedora package is also frequently seen in the revision history at gcc.gnu.org. One who is that deeply involved in the development of GCC probably has a better idea of the differences between versions than most of us do. Bj=C3=B6rn Persson