From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CE961386D61E; Tue, 25 Jun 2024 13:08:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CE961386D61E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1719320911; bh=g9dz9aXB+V0/uuj6+FYZ9lrTgKPTXRiNis8bthW93g8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=AD9GPsYRMaqsDJu/XbTK9mJUxMUUuqZDA8mkdUHIrMDacFxqVijZi9HSaPw70D3U7 PlPZpgCOJ/1cQ6GRVZy1ljg2MEXxmrE0tK78xdMgtn/eLKmI6jcW1YstcFjGPW4qSD bAWZ+IhBTGx7pFFL89NUH2ihcpcM+SJersrtVdlY= From: "rguenther at suse dot de" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/115640] GCN: FAIL: gfortran.dg/vect/pr115528.f -O execution test Date: Tue, 25 Jun 2024 13:08:31 +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: 15.0 X-Bugzilla-Keywords: testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenther at suse dot de 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=3D115640 --- Comment #4 from rguenther at suse dot de --- On Tue, 25 Jun 2024, ams at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D115640 >=20 > --- Comment #3 from Andrew Stubbs --- > (In reply to Richard Biener from comment #2) > > If you force GCN to use fixed length vectors (how?), does it work? How= 's > > it behaving on aarch64 with SVE? (the CI was happy, but maybe doesn't > > enable SVE) >=20 > I believe "--param vect-partial-vector-usage=3D0" will disable the use of > WHILE_ULT? The default is "2" for the standalone toolchain, and last I ch= ecked > the value is inherited from the host in the offload toolchain; the defaul= t for > x86_64 was "1", meaning approximately "only use partial vectors in epilog= ue > loops". For unknown reasons x86-64 refuses to use partial vectors.=