From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D6FF838460A3; Tue, 9 Apr 2024 15:22:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D6FF838460A3 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1712676169; bh=2f4pkDw0TJwP0t9TNUxrFsguORDV19d8556iBNTNQSc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=RChUn4poLuoNmlbwBa4Fq4Jdb6j0BLaJDDzZfa6AndI06U3VwXz57HHpt4fssWWaI pRsMhR3pjCpQx2AG1ApSGSAl934OBaVVvAXXwn+gdeLdAGptmZw+6AkRbmOQFahfkl dhU0u1A9rXcjJAICGwS1uJ0FTibA1yKtCkVK2MwU= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug driver/114658] branch "releases/gcc-13" builds "gcc version 14.0.1 (experimental)" Date: Tue, 09 Apr 2024 15:22:49 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: driver X-Bugzilla-Version: 13.2.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D114658 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #1 from Jakub Jelinek --- That doesn't seem possible. Are you sure you've correctly checked out the releases/gcc-13 branch? That branch should contain gcc/BASE-VER with 13.2.1 in it and the resulting compiler should report that, like in: ./xgcc -B ./ -v Reading specs from ./specs COLLECT_GCC=3D./xgcc COLLECT_LTO_WRAPPER=3D./lto-wrapper Target: x86_64-pc-linux-gnu Configured with: ../configure --enable-languages=3Ddefault,ada,obj-c++,lto,go,d,m2 --enable-checking=3Dyes,rtl,extra --enable-libstdcxx-backtrace=3Dyes --with-isl=3D/usr/src/isl-0.24/obji/ Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 13.2.1 20240329 (GCC)=