From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B3BD53858C5F; Thu, 29 Feb 2024 21:51:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B3BD53858C5F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1709243494; bh=gEp8Dv1CrbB3q2Z2bvXSEQ5dX2gDPDLDQPggs7mhHts=; h=From:To:Subject:Date:From; b=HZ3SnKzvpf8EThvdy+cgQOCP4udkMOAis1XblOkRr+UFEELUfj8/KAGU3ZjqW2ZbW 7WQaRZ6Auwhji2prQIMQ6U30UHndDEJ01v0gnRWJOlvQC10y7/LieZl26uMHUHy0Cw ogp7bigioFxJWrx+aBiEheaHaEYchCbabqjR5w94= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/114177] New: gcc.target/aarch64/sve/loop_add_6.c needs to be fixed for LLP64 targets Date: Thu, 29 Feb 2024 21:51:34 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: testsuite X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED 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: bug_id short_desc product version bug_status keywords bug_severity priority component assigned_to reporter target_milestone cf_gcctarget Message-ID: 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=3D114177 Bug ID: 114177 Summary: gcc.target/aarch64/sve/loop_add_6.c needs to be fixed for LLP64 targets Product: gcc Version: 14.0 Status: UNCONFIRMED Keywords: testsuite-fail Severity: normal Priority: P3 Component: testsuite Assignee: unassigned at gcc dot gnu.org Reporter: pinskia at gcc dot gnu.org Target Milestone: --- Target: aarch64-mingw I noticed this while looking at the testsuite results for aarch64-mingw and= I am just filing it so it will be recorded. I might fix it soon but it is not= on my plate for now. Basically __SIZETYPE__ should be used for index and offset.=