From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9A7A03865C30; Tue, 18 Jul 2023 14:17:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9A7A03865C30 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1689689862; bh=+ALNO7oZvxE5Sw5MAwWQcaDOaeh+9VLsS5U39C9Ytus=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Vu17qjUTtk8t8iMGgUyKbj/bNSPRDG2i3poWzfThVQe/zFIK5wTQTqxZMu42K4NQn o66PJitEiL1Liu2DYbjuFbycXVN6sRPS687PrbfTJCLDDTN3FdqcAoHIQU+LHgXnIn yNfHYCsTDL8WJI5csZvIvHL9tYmJph+y/VQoQBtA= From: "xry111 at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/110716] failed to build cross gcc 10.5 with host gcc 4.6.3 Date: Tue, 18 Jul 2023 14:17:42 +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: 10.5.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: xry111 at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: WONTFIX 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: 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=3D110716 --- Comment #5 from Xi Ruoyao --- Should we change invoke.texi? diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index e099cd0b568..dd4f74fbd78 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -231,7 +231,7 @@ Necessary to bootstrap GCC. GCC 4.8.3 or newer has sufficient support for used C++11 features, with earlier GCC versions you might run into implementation bugs. -Versions of GCC prior to 11 also allow bootstrapping with an ISO C++98 +Versions of GCC prior to 10.5 also allow bootstrapping with an ISO C++98 compiler, versions of GCC prior to 4.8 also allow bootstrapping with a ISO C89 compiler, and versions of GCC prior to 3.4 also allow bootstrapping with a traditional (K&R) C compiler.=