From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7A54B385828D; Tue, 12 Mar 2024 17:13:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7A54B385828D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1710263610; bh=0lA76B995L8EOiB5tGr7Ra/4X/uvpIdeY2FVeMiWFHM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=y4e0YIHZ1YP0mnkYtBc5iD9WWliaCgpcwlLEptXI1B4dvMdCaf+GIF7nyRGfLTfGB oeQQT2dV2fuPGLBFLOcIyC8op5B9RylK8vecKO3MW9M98hVAT5YWcTWSD2MKJi6L0X kwhC1KTd7e5aiR5atksSO4M/MMAgdtItJDCw79Y4= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/114307] [ARM] Vectorization tests not disabled for vector-less targets Date: Tue, 12 Mar 2024 17:13:29 +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: --- 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=3D114307 --- Comment #6 from Andrew Pinski --- The easiest way to fix this testcase is to rename the testcase to O3-pr1135= 76.c and remove the dg-options Though we should audit all of the other ones that use dg-options too: gimplefe-40.c:/* { dg-options "-fgimple -Wno-psabi -w" } */ gimplefe-41.c:/* { dg-options "-fgimple -Wno-psabi -w" } */ pr101145inf.c:/* { dg-options "-O3" } */ pr101145inf_1.c:/* { dg-options "-O3" } */ pr108316.c:/* { dg-options "-O3" } */ pr84711.c:/* { dg-options "-O2 -Wno-psabi" } */ pr85597.c:/* { dg-options "-O3" } */ pr88497-1.c:/* { dg-options "-O2 -ffast-math -fdump-tree-reassoc1" } */ pr88497-2.c:/* { dg-options "-O2 -ffast-math -fdump-tree-reassoc1" } */ pr88497-3.c:/* { dg-options "-O2 -ffast-math -fdump-tree-reassoc1" } */ pr88497-4.c:/* { dg-options "-O2 -ffast-math -fdump-tree-reassoc1" } */ pr88497-5.c:/* { dg-options "-O2 -ffast-math -fdump-tree-reassoc1" } */ pr88497-6.c:/* { dg-options "-O2 -mavx512f -ffast-math -fdump-tree-reassoc1= " } */ pr88497-7.c:/* { dg-options "-O2 -mavx512f -ffast-math -fdump-tree-reassoc1= " } */ pr92347.c:/* { dg-options "-O1 -fopenmp-simd" } */ pr93069.c:/* { dg-options "-O2 -fopenmp-simd" } */ pr97241.c:/* { dg-options "-O3 --param max-loop-header-insns=3D2" } */ pr99102.c:/* { dg-options "-O2 -ftree-vectorize -fno-vect-cost-model -fdump-tree-vect-details" } */ vect-fold-1.c:/* { dg-options "-O2 -fdump-tree-ccp1" } */ vect-reduc-epilogue-gaps.c:/* { dg-options "-O3 -fno-vect-cost-model" } */ vect-singleton_1.c:/* { dg-options "-Warray-bounds -O2 -fno-inline -std=3Dc= 99" } */ Use dg-additional-options instead and/or rename if needed.=