From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-4317.proton.ch (mail-4317.proton.ch [185.70.43.17]) by sourceware.org (Postfix) with ESMTPS id C7E173858D20 for ; Sun, 28 Apr 2024 13:39:23 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org C7E173858D20 Authentication-Results: sourceware.org; dmarc=pass (p=quarantine dis=none) header.from=lorenzosalvadore.it Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=lorenzosalvadore.it ARC-Filter: OpenARC Filter v1.0.0 sourceware.org C7E173858D20 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=185.70.43.17 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1714311566; cv=none; b=O/7EDlzmJS/Ya2YBBLTqJIJAV7ZH0ZrADeLTNWhH87mzCqcq5d2oLclHVivZQG0gpxzzPPyJ3rqvpAf0cfO+HbC1eF8ku1stlriT7BUxFVeaUkO7rUTo9gDn2Wl6VegfX/yVtWqOfFrQ4mJR+4BI+SCxD/KMdR713m37R0vl+p4= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1714311566; c=relaxed/simple; bh=azKHylwdI1B5c7fgUD574P8dVD3H009p3Zshv15XeFs=; h=DKIM-Signature:Date:To:From:Subject:Message-ID:MIME-Version; b=hnbAMTnLc2k5lW8KLrMcLwGp5yZE8nv36TcbOybTSCIv/+YcLQH+caFIQYrsPv6xXYS2e5K4OK/uVqYQi1eZJ/nTmr14S26W+Wuoo+JqbqsHvcgPLcCpWUIPj4wkm5j9Q8SE8sMka2Un2F7xCDlqj7MLkRugor05N+5tbAh/bbs= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lorenzosalvadore.it; s=protonmail; t=1714311561; x=1714570761; bh=azKHylwdI1B5c7fgUD574P8dVD3H009p3Zshv15XeFs=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=ERQQO6ltce9qksMWZyqo6LLQHz+DiP/y1IhUI2Xx50nWknlmnVGAu0aDGVPDD6gdT lhRdEPv6TNwmKZfdUMudjv0Zjqa4DGUq90IZkxFKwbsjNy2Hvx+fH20lUKIZpl2vFF E+n3YKPbeltO1NmvjBk3H0ArGX2BbIYOvFMsYB7i930mD7qy8M+Wor97xdVlSjcrRU iWNTLU6Jlxhe5V+arZaWancLaLk4nyXfFCsgifJF9MwM4K413t6bJIh/+VhCmdnyiS IW4kJ2CREGDA7FzxdmtlCOX4YyRx1UGnwwcgGYErWiXiRn/yZDCL3DRsQ0qXU3hcib 7Bkw09sEtItsw== Date: Sun, 28 Apr 2024 13:39:17 +0000 To: Gerald Pfeifer From: Lorenzo Salvadore Cc: Jonathan Wakely , Andreas Tobler , gcc@gcc.gnu.org Subject: Re: GCC testing on FreeBSD Message-ID: In-Reply-To: <866dda5e-c983-ac16-de71-05b685536cd7@pfeifer.com> References: <866dda5e-c983-ac16-de71-05b685536cd7@pfeifer.com> Feedback-ID: 53711648:user:proton X-Pm-Message-ID: c45f97c26b86b4600302e5a3def538402a3ac001 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-5.9 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,SPF_PASS,TXREP 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: On Sunday, April 28th, 2024 at 12:24, Gerald Pfeifer w= rote: > On Fri, 26 Apr 2024, Jonathan Wakely wrote: >=20 > > How are you testing on FreeBSD? > >=20 > > When I build GCC trunk on FreeBSD 14.0 and try to run the libstdc++ > > testsuite it fails due to lots of these errors: > >=20 > > Excess errors: > > /usr/local/bin/ld: /tmp//ccev946q.o: relocation R_X86_64_32 against > > symbol `_ZTIN10__cxxabiv115__forced_unwindE@@CXXABI_1.3.2' can not be > > used when making a PDE object; recompile with -fPIE > > /usr/local/bin/ld: failed to set dynamic section sizes: bad value Hi Gerald and Jonathan! I normally test every weekly GCC snapshots through the FreeBSD ports framework on Cirrus, so that all my tests are publicly accessible: http://cirrus-ci.com/github/lsalvadore/freebsd-ports/lang/gcc11-devel http://cirrus-ci.com/github/lsalvadore/freebsd-ports/lang/gcc12-devel http://cirrus-ci.com/github/lsalvadore/freebsd-ports/lang/gcc13-devel http://cirrus-ci.com/github/lsalvadore/freebsd-ports/lang/gcc14-devel And of course the cirrus configuration is public as well: https://github.com/lsalvadore/freebsd-ports/blob/lang/gcc11-devel/.cirrus.y= ml By the way, is it possible for FreeBSD to enter GCC's CI pipeline? Where would one start? I am willing to help of course. Cheers, Lorenzo Salvadore