From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 56AD4386102F; Wed, 24 Mar 2021 21:12:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 56AD4386102F From: "iains at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/89494] Bootstrap error when using GCC 4.2.1 Date: Wed, 24 Mar 2021 21:12:23 +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.0 X-Bugzilla-Keywords: build X-Bugzilla-Severity: normal X-Bugzilla-Who: iains at gcc dot gnu.org X-Bugzilla-Status: WAITING 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: 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Mar 2021 21:12:23 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D89494 --- Comment #29 from Iain Sandoe --- (In reply to Piotr Kubaj from comment #28) > I just tried on FreeBSD 12.2-RELEASE on powerpc64 with base gcc 4.2.1: > gmake[4]: Entering directory > '/wrkdirs/usr/ports/lang/gcc10-devel/work/.build/gcc' > c++ -std=3Dgnu++98 -fno-PIE -c -DIN_GCC_FRONTEND -g -DIN_GCC=20=20=20 > -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tabl= es > -W -Wall -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribu= te > -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros > -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -Icp > -I/wrkdirs/usr/ports/lang/gcc10-devel/work/gcc-10-20210313/gcc > -I/wrkdirs/usr/ports/lang/gcc10-devel/work/gcc-10-20210313/gcc/cp > -I/wrkdirs/usr/ports/lang/gcc10-devel/work/gcc-10-20210313/gcc/../include > -I/wrkdirs/usr/ports/lang/gcc10-devel/work/gcc-10-20210313/gcc/../libcpp/ > include -I/usr/local/include=20 > -I/wrkdirs/usr/ports/lang/gcc10-devel/work/gcc-10-20210313/gcc/../ > libdecnumber > -I/wrkdirs/usr/ports/lang/gcc10-devel/work/gcc-10-20210313/gcc/../ > libdecnumber/dpd -I../libdecnumber > -I/wrkdirs/usr/ports/lang/gcc10-devel/work/gcc-10-20210313/gcc/../ > libbacktrace -DLIBICONV_PLUG -o cp/coroutines.o -MT cp/coroutines.o -MMD > -MP -MF cp/.deps/coroutines.TPo > /wrkdirs/usr/ports/lang/gcc10-devel/work/gcc-10-20210313/gcc/cp/coroutine= s.cc > /wrkdirs/usr/ports/lang/gcc10-devel/work/gcc-10-20210313/gcc/cp/coroutine= s. > cc:2700: error: invalid pure specifier (only `=3D 0' is allowed) before '= ;' > token > /wrkdirs/usr/ports/lang/gcc10-devel/work/gcc-10-20210313/gcc/cp/coroutine= s. > cc:2700: error: initializer specified for non-virtual method > 'var_nest_node::var_nest_node()' There were some fixes pushed this week - I see you have gcc-10-20210313, wh= ich won't have picked those up. I am about to push my remaining patches for 10= .x back port - but the ones I queued should not affect that. If there's still an issue with the coroutines code after that, let me know (that's mine to fix anyway).=