From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 03BA03858414; Fri, 29 Dec 2023 04:22:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 03BA03858414 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1703823731; bh=yUHn3kL9t4szHzt0iVFGOPPzxhRDbQLAB+gem2LOJO4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ZLoOgf3Z49ZSAr80prJGbtjDiV0YMVwfxCbrjrcOLQCxrNd4N14tGHEPZ21JShOfX HpDSgGHvR3WOEFPl6ZQY6a2z4gQxQe8znOiwYAWPOsAcjBn+Hp4nXYEHPCw8IgYTaY 64FfzOGh44tFRGpyJ9TR8t/FFuZHot1yh8YyDank= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/113167] [14 Regression] gcc.dg/tree-ssa/gen-vect-26.c started failing many targets after recent change Date: Fri, 29 Dec 2023 04:22:10 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed 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: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: target_milestone cf_reconfirmed_on component bug_status everconfirmed keywords 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=3D113167 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |14.0 Last reconfirmed| |2023-12-29 Component|tree-optimization |testsuite Status|UNCONFIRMED |NEW Ever confirmed|0 |1 Keywords| |testsuite-fail --- Comment #1 from Andrew Pinski --- Just the testcase needs to be fixed/changed and added: #pragma GCC novector in front of the check loop. Note the testcase was already failing on aarch64 which is why it was not noticed by Tamar.=