From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2D8D43858407; Tue, 9 Jan 2024 13:56:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2D8D43858407 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1704808609; bh=jgWQi0cpGW+omMI5+2GKBRSSGhSill0H4IJ00W/TPpU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ulWIAhGzNvqqJF2AD7w2JQhfU/cKljAQZo2GtQSsRd9og+kXJmcLXc0mWlMA9ibvg r0TvdZ3Nb9mTuKfSl5scic8HxftNYYnOjjMNRJas9xYKbvS0ikvbD/BV4+TvmAchV1 BVdZAjlbnp1XIPwY9nKKXDx1iVJ+C0xe6UJKqQ04= From: "ro at CeBiTec dot Uni-Bielefeld.DE" To: gcc-bugs@gcc.gnu.org Subject: [Bug ada/112958] [14 regression] s-exnllf.ads etc. don't compile on 32-bit FreeBSD/x86 Date: Tue, 09 Jan 2024 13:56:44 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: ada X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ro at CeBiTec dot Uni-Bielefeld.DE 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: 14.0 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=3D112958 --- Comment #2 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #1 from Eric Botcazou --- > The code is the same on the 13 branch though, does it compile there? So far, I had only tried gcc 11.4.0 (where the code compiles) and trunk (where it doesn't). Now, I've tried both the gcc-12 and gcc-13 branches and both fail like trunk.=