From f04fb28eda2ded2a165a0617b42c37816f6bb738 Mon Sep 17 00:00:00 2001 From: Kyrylo Tkachov Date: Fri, 20 Apr 2018 16:33:53 +0000 Subject: [PATCH] Fix missing hunk from previous commit From-SVN: r259527 --- gcc/testsuite/g++.dg/other/sve_vcond_1_run.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/testsuite/g++.dg/other/sve_vcond_1_run.C b/gcc/testsuite/g++.dg/other/sve_vcond_1_run.C index d01745e6864..b542356dbf8 100644 --- a/gcc/testsuite/g++.dg/other/sve_vcond_1_run.C +++ b/gcc/testsuite/g++.dg/other/sve_vcond_1_run.C @@ -1,6 +1,6 @@ /* { dg-do run { target aarch64_sve_hw } } */ -/* { dg-options "-O" } */ -/* { dg-options "-O -msve-vector-bits=256" { target aarch64_sve256_hw } } */ +/* { dg-options "-O -march=armv8.2-a+sve" } */ +/* { dg-options "-O -march=armv8.2-a+sve -msve-vector-bits=256" { target aarch64_sve256_hw } } */ #include "sve_vcond_1.c" -- 2.30.2