From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B62DE3857C5A; Thu, 22 Dec 2022 15:01:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B62DE3857C5A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1671721284; bh=zrVQecSaOxeX26UzhnwUCOyTA2Isg7fUv0SMt0iQ+yA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=It4axcxAwS+wyXJU9KsS7F6NtyvLsoCW9jVIXLGIHVVV2aF/tsJbB6wQxi+G/IQtg vuPUBcfWb5ZbhY9x8OMk9+uqd9R1AHtv0Ib0uiKCS/bHAXhsN+NUGx3Yk08HT9oocK XIzU6o6TCWg+dFUoTFYoclAEjXMczIs7uR+qb6sk= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/106482] [12/13 Regression] bootstrap of 12.1.0 using 4.8.2 fails with C++ errors Date: Thu, 22 Dec 2022 15:01:24 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Version: 12.1.0 X-Bugzilla-Keywords: build, documentation X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D106482 --- Comment #5 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:b97c33fbd28e74a206c81c96a9b0b9fa3c8545d6 commit r13-4847-gb97c33fbd28e74a206c81c96a9b0b9fa3c8545d6 Author: Richard Biener Date: Thu Dec 22 15:51:46 2022 +0100 bootstrap/106482 - document minimal GCC version There's no explicit mention of what GCC compiler supports C++11 and the cross compiler build requirement mentions GCC 4.8 but not GCC 4.8.3 which is the earliest known version to not run into C++11 implementation bugs. The following adds explicit wording. PR bootstrap/106482 * doc/install.texi (ISO C++11 Compiler): Document GCC version known to work.=