From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 810EB3858413; Wed, 8 Feb 2023 16:28:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 810EB3858413 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1675873702; bh=MfDyiR7xMOLmg4vxhWaAKJY8zlnYGbcsAGxmHYGGsSI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=leOtE9QqSdhcZZflIUxQpy2Ve5CQTLVdG9CyF6a3U5whkNKh5vz7OxB0GlS4a/kze GAWCa/li15oVWUJ/hv3gXgiPeP1xTgKAiAGU0KtM/u97sHdLpAgACveWMj2kSm55ZN NQy/rAXGEcyZXSz8OnP0aOUMQrg5QVtAb+0nORBg= From: "david at ixit dot cz" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/108163] mesa LTO compiling ICEs with unable to generate reloads for neon_vld4qav16qi on arm-linux-gnueabihf Date: Wed, 08 Feb 2023 16:28:21 +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: 10.2.1 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: david at ixit dot cz 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D108163 --- Comment #2 from David Heidelberg (okias) --- I have suspicion it could be some parts of mesa compiled with -mfpu=3Dneon while other parts are compiled without this option explicitly stated. I think the test case could be passing it to different parts of the code wh= ich gets interlinked.=