From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 303DE3858421; Mon, 11 Sep 2023 13:21:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 303DE3858421 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1694438511; bh=uSxE9d5awvsnEp2ENyMF4ZIvHCOo4iW8EL4OTexuIsk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=bA0HUYpP5CPnZTPaZ8KlfJtl4Ks2oyeUiIxgOW+XRVhbWakf4ccCRZKq5oDLBR4RL mueLH7wp9IXShLLzMVOUHaEfpiGLvbiWJa14haExjVlt3f+O0TAIVaPn3IkNbHm1IW gsHL6HfHcvmK8f1x8XkDx8asYbCHhaY8cBRRUdRM= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/111311] RISC-V regression testsuite errors with --param=riscv-autovec-preference=scalable Date: Mon, 11 Sep 2023 13:21:50 +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: cvs-commit 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: 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=3D111311 --- Comment #7 from CVS Commits --- The master branch has been updated by Pan Li : https://gcc.gnu.org/g:88a0a883960910530bfefa750461168f539f4a00 commit r14-3840-g88a0a883960910530bfefa750461168f539f4a00 Author: Juzhe-Zhong Date: Thu Sep 7 15:28:31 2023 +0800 RISC-V: Enable RVV scalable vectorization by default[PR111311] This patch is not ready but they all will be fixed very soon. gcc/ChangeLog: PR target/111311 * config/riscv/riscv.opt: Set default as scalable vectorization= .=