From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7B98B386C5A8; Fri, 31 May 2024 16:09:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7B98B386C5A8 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1717171785; bh=Aaki6kE1PDh3wxDtj7FS2PT8gnzX4VP1lahTojWvoj4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=JC2UN/cy38eMQLufmjZWoHGH89V+l2eACO+nMyo03HDWcBucYw5cdX+riGi5tZCmJ W8eQK58+nStaSsszLMvKLWGGfi1K7jCXoUHL8Z3+u3mLbzyEtIYdFdhkeH4Ywi3wAm QPWo56f6kDDrenNjiMKeF2d6Z2Y54QU8fGOuiim8= From: "segher at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/115289] PPC: Document the machine constraint 'Y' and make it non-internal Date: Fri, 31 May 2024 16:09:44 +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: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: segher at gcc dot gnu.org X-Bugzilla-Status: NEW 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=3D115289 --- Comment #2 from Segher Boessenkool --- Note that the testcase isn't valid C (you cannot validly access an array of char as a long int), but the problem is there anyway. I'll try to write a better testcase.=