From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 22BE53858401; Mon, 1 Jan 2024 10:42:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 22BE53858401 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1704105777; bh=Q+AwYotPHeomK4xRSXQ7uxmdy9tgyt6Qu/uahrVMKcs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=SVjkS/XOmusYGRe1EP/dsRO9NZyinflZwsBrRQzXija00uQxwKOSeLRMZHcBzQRuw KoZTv8JFhDBwIdksKJ55he2fE81cHsNGVN8O/xJomYdg8sCoLPe4zcMSUmg5gL+cBr RyOUxNhADcgKNXTqXkv2rQMFi0UL8GdMTNoTcQ5U= From: "glaubitz at physik dot fu-berlin.de" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/108208] Bad assembly? on large LLVM source files on powerpc-unknown-linux-gnu (Error: operand out of range) Date: Mon, 01 Jan 2024 10:42:51 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: assemble-failure X-Bugzilla-Severity: normal X-Bugzilla-Who: glaubitz at physik dot fu-berlin.de X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: INVALID 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: cc 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=3D108208 John Paul Adrian Glaubitz changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |glaubitz at physik dot fu-= berlin.d | |e --- Comment #3 from John Paul Adrian Glaubitz --- I am seeing this when building LLVM and GHC on 32-bit PowerPC as well. It d= oes not affect other 32-bit architectures and using LLVM as the bootstrap compi= ler resolves this issue. What's the proper way of addressing this?=