From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mout-p-201.mailbox.org (mout-p-201.mailbox.org [IPv6:2001:67c:2050:0:465::201]) by sourceware.org (Postfix) with ESMTPS id ABAE538618CB for ; Wed, 22 Nov 2023 18:34:47 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org ABAE538618CB Authentication-Results: sourceware.org; dmarc=pass (p=quarantine dis=none) header.from=gdcproject.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gdcproject.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org ABAE538618CB Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=2001:67c:2050:0:465::201 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1700678098; cv=none; b=mU8v7vJg3xR0TFb9odd62dZm1XaxFxR8Ibs3VpjXVRasimAFXO6Zu8/6jXh5YVKrNPlC9wuR0A7PQiTe338g2f8g0zUyW2/rkD15C0+rAPKA/EfG2ehaoYFP9yvmHSfZ2IbUiaNPD60g2GOIPD+6YdVtJHu+37r5QiJ3X4m/6UY= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1700678098; c=relaxed/simple; bh=j/B0yhUeyg/KC4+PnKe6YOHxfcuANfaDQ4o0m4uV8+A=; h=DKIM-Signature:Date:From:Subject:To:MIME-Version:Message-Id; b=DXqfYESJHlMTBURB9JarDSvTc3AmT2xdNyVsuZPmn1LssTDfichODthUyTxyWvVZz5+eg9XZGXLjQn6/mqXmgw4UaUilJ4KgBjF0CLHmGh02ZOPApmUKOQTZLC3iH/TCdNQPmc8gpP1hUsg8bsuj1Mt0EIylayk5otbS3j2ormM= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from smtp2.mailbox.org (smtp2.mailbox.org [10.196.197.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-201.mailbox.org (Postfix) with ESMTPS id 4Sb8zB4xYKz9stp; Wed, 22 Nov 2023 19:34:14 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gdcproject.org; s=MBO0001; t=1700678054; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=YPEftxaWbOyOxOzJ4gqcqAzgIo4m8XYpToP5ljg+uho=; b=Vmi2jIq0Z98Jyd8G0AfowjTkylIsQZccsZh/kHS32/ouS/+f8qj2+gH+MPXV+Qm+p1ZVU5 6ts7qvzheoldP/UWRhSZ72uDxCBl+e4e5GpkQzZZpX5P4r55FGbr3jPQd3BQGtU9PBPkbS r5tYVr2G+6CxkaLi9ZTzJnapMGO+2yTb2N1baVNE+dd2Gwvt+KTmK0wvLgWpbHWwmwrgyc LO7dwUJj9Lcq6RbbMVX0I9MtxCi4YyhkaEHt+lIiiU6WTYam/nt9gSB1xYD5DthpiwKeWY BVTZwD6lPG37QtrZM5gt5b5vlgMgCKUhdEPjgCZjA0uDYFyJvrqerpelci3q4w== Date: Wed, 22 Nov 2023 19:34:06 +0100 From: Iain Buclaw Subject: Re: [committed] d: Merge upstream dmd ff57fec515, druntime ff57fec515, phobos 17bafda79. To: Rainer Orth Cc: gcc-patches@gcc.gnu.org References: <20231121140827.109435-1-ibuclaw@gdcproject.org> In-Reply-To: MIME-Version: 1.0 Message-Id: <1700677949.ftdhhr4vn6.astroid@pulse.none> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-7.4 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Excerpts from Rainer Orth's message of November 21, 2023 4:59 pm: > Hi Iain, >=20 >> This patch merges the D front-end and runtime library with upstream dmd >> ff57fec515, and the standard library with phobos 17bafda79. >> >> Synchronizing with the upstream release candidate of v2.106.0. >> >> D front-end changes: >> >> - Import dmd v2.106.0-rc.1. >> - New'ing multi-dimensional arrays are now are converted to a single >> template call `_d_newarraymTX'. >> >> D runtime changes: >> >> - Import druntime v2.106.0-rc.1. >> >> Phobos changes: >> >> - Import phobos v2.106.0-rc.1. >> >> Bootstrapped and regression tested on x86_64-linux-gnu/-m32, committed >> to mainline. >=20 > either this patch or the previous one broke D bootstrap with GCC 9. On > both i386-pc-solaris2.11 with gdc 9.4.0 and sparc-sun-solaris2.11 with > gdc 9.3.0, stage 1 d21 fails to link with >=20 > Undefined first referenced > symbol in file > _D3dmd4root11stringtable34__T11StringValueTC3dmd5mtype4TypeZ11StringValue= 7lstringMFNaNbNiNjZPa d/func.o > _D3dmd4root11stringtable34__T11StringValueTC3dmd5mtype4TypeZ11StringValue= 8toDcharsMxFNaNbNiNjZPxa d/func.o > _D3dmd4root11stringtable34__T11StringValueTC3dmd5mtype4TypeZ11StringValue= 8toStringMxFNaNbNiNjZAxa d/func.o > ld: fatal: symbol referencing errors > collect2: error: ld returned 1 exit status > make[3]: *** [/vol/gcc/src/hg/master/local/gcc/d/Make-lang.in:236: d21] E= rror 1 >=20 > I'm now running bootstraps with gdc 11.1.0 instead, which seems to work: > in both cases, stage 1 d21 did link. >=20 > If this is intentional, install.texi should be updated accordingly. >=20 Thanks Rainer, I don't think this should happen if we can help it just yet. I'll have a look to see which specific upstream change might have caused it. Iain.