From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B5D8B3858D32; Mon, 18 Sep 2023 02:58:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B5D8B3858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1695005937; bh=8VHItKHNdhv4pQzMbpN3Do208S3zB5UyW8Gqe/bWGyY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ANGTDYvpWRl9VbuzpL/5JAQ3OgH8ThrKvhLMxUEkjjFOXtpSh5Q4R7RY9LzHWU8Dp gtMvUSN/CPHUMBnw1hj6AwzYRDQ4ZJymM/EalbJhJZga0spBuM2xek0rvc2b8npp0R J+K+B3GFoTcRlSN7nho3Rso9+NpkyWE8o48VNrY8= From: "panchenghui at loongson dot cn" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/111424] LoongArch: Enable vect test suite Date: Mon, 18 Sep 2023 02:58:57 +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: enhancement X-Bugzilla-Who: panchenghui at loongson dot cn 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=3D111424 --- Comment #1 from Chenghui Pan --- I also addressed some failed testcases with -mlsx/-mlasx enabled and try to resolve them by adding dg-options and etc. or editing target-supports.exp to append loongarch directives. (May submit to maillist later).=20 Bug 111403's problem is a little complicated and still under investigation.= ..=