diff -Nrcpad gcc-12.2.0/INSTALL/prerequisites.html gcc-12.3-RC-20230505/INSTALL/prerequisites.html *** gcc-12.2.0/INSTALL/prerequisites.html Fri Aug 19 08:15:36 2022 --- gcc-12.3-RC-20230505/INSTALL/prerequisites.html Fri May 5 06:06:04 2023 *************** described below. *** 89,95 ****

Tools/packages necessary for building GCC

ISO C++11 compiler
!

Necessary to bootstrap GCC.

Versions of GCC prior to 11 also allow bootstrapping with an ISO C++98 compiler, versions of GCC prior to 4.8 also allow bootstrapping with a --- 89,97 ----

Tools/packages necessary for building GCC

ISO C++11 compiler
!

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 compiler, versions of GCC prior to 4.8 also allow bootstrapping with a *************** bootstrapping with a traditional (K& *** 98,104 ****

To build all languages in a cross-compiler or other configuration where 3-stage bootstrap is not performed, you need to start with an existing ! GCC binary (version 4.8 or later) because source code for language frontends other than C might use GCC extensions.

--- 100,106 ----

To build all languages in a cross-compiler or other configuration where 3-stage bootstrap is not performed, you need to start with an existing ! GCC binary (version 4.8.3 or later) because source code for language frontends other than C might use GCC extensions.

*************** section. *** 152,158 ****
GDC

In order to build GDC, the D compiler, you need a working GDC ! compiler (GCC version 9.1 or later) and D runtime library, ‘libphobos’, as the D front end is written in D.

Versions of GDC prior to 12 can be built with an ISO C++11 compiler, which can --- 154,160 ----

GDC

In order to build GDC, the D compiler, you need a working GDC ! compiler (GCC version 9.4 or later) and D runtime library, ‘libphobos’, as the D front end is written in D.

Versions of GDC prior to 12 can be built with an ISO C++11 compiler, which can diff -Nrcpad gcc-12.2.0/INSTALL/specific.html gcc-12.3-RC-20230505/INSTALL/specific.html *** gcc-12.2.0/INSTALL/specific.html Fri Aug 19 08:15:36 2022 --- gcc-12.3-RC-20230505/INSTALL/specific.html Fri May 5 06:06:04 2023 *************** information have to. *** 103,113 **** --- 103,119 ----