From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D04A9385840F; Fri, 3 Nov 2023 07:52:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D04A9385840F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1698997930; bh=ovkEdwbtcKaViUu1iE9sQdNHmGwSSCLqHnNAur7rB1I=; h=From:To:Subject:Date:From; b=bcHZOY28PPjqh1yaOENopcWIwMioofwP7G0eO3dxgpG469JoAslw4RpPXNoaboSe/ vGBfQCpDZNRJQGtWA9dELF1hFahbgyElrxdAJ6nRws53PQQES0wQyM8TkkQd1h88k5 LoizUZld8jKsceNTtGrR5/KJLZzyMWAy2cLRZezc= From: "tschwinge at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/112363] New: GCN: 'FAIL: gcc.dg/vect/vect-cond-reduc-in-order-2-signed-zero.c execution test' Date: Fri, 03 Nov 2023 07:52:10 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: tschwinge 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 cc 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=3D112363 Bug ID: 112363 Summary: GCN: 'FAIL: gcc.dg/vect/vect-cond-reduc-in-order-2-signed-zero.c execution test' Product: gcc Version: 14.0 Status: UNCONFIRMED Keywords: testsuite-fail Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: tschwinge at gcc dot gnu.org CC: ams at gcc dot gnu.org, jules at gcc dot gnu.org Target Milestone: --- Target: GCN For GCN target (tested '-march=3Dgfx90a'), the 'gcc.dg/vect/vect-cond-reduc-in-order-2-signed-zero.c' recently added with PR111401 commit r14-5076-g01c18f58d37865d5f3bbe93e666183b54ec608c7 "ifcvt/v= ect: Emit COND_OP for conditional scalar reduction" FAILs its execution test: '[...]/build-gcc/gcc/gcn-run' './vect-cond-reduc-in-order-2-signed-zero.exe'; echo XYZ$?ZYX GCN Kernel Aborted Kernel aborted XYZ134ZYX OK>=20 Elapsed time: 199 ms FAIL: gcc.dg/vect/vect-cond-reduc-in-order-2-signed-zero.c execution te= st As that commit and test case does mention "signed zero", maybe that's where= the problem lies?=