From: Richard Sandiford Date: Mon, 2 Dec 2019 17:44:30 +0000 (+0000) Subject: [AArch64] Run general SVE ACLE tests for C X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6da4c454acee4dac53c4c549fa1caeb73fe1f82b;p=gcc.git [AArch64] Run general SVE ACLE tests for C Now that the C frontend can cope with POLY_INT_CST-length initialisers, we can make aarch64-sve-acle.exp run the full set of tests. This will introduce new failures for -mabi=ilp32; I'll make the testsuite ILP32 clean separately. 2019-12-02 Richard Sandiford gcc/testsuite/ * gcc.target/aarch64/sve/acle/aarch64-sve-acle.exp: Run the general/* tests too. From-SVN: r278908 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 2e6d171750b..57db40d4e75 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2019-12-02 Richard Sandiford + + * gcc.target/aarch64/sve/acle/aarch64-sve-acle.exp: Run the + general/* tests too. + 2019-12-02 Richard Sandiford * gcc.target/aarch64/sve/acle/general/eqne_dup_1.c: New test. diff --git a/gcc/testsuite/gcc.target/aarch64/sve/acle/aarch64-sve-acle.exp b/gcc/testsuite/gcc.target/aarch64/sve/acle/aarch64-sve-acle.exp index 34d9dfd430a..1672ddfef89 100644 --- a/gcc/testsuite/gcc.target/aarch64/sve/acle/aarch64-sve-acle.exp +++ b/gcc/testsuite/gcc.target/aarch64/sve/acle/aarch64-sve-acle.exp @@ -45,9 +45,9 @@ if { [check_effective_target_aarch64_sve] } { } # Main loop. -# FIXME: This should include general/*.c too, but leave that until the -# C frontend allows initialization of SVE vectors. -set files [glob -nocomplain $srcdir/$subdir/general-c/*.c] +set files [glob -nocomplain \ + "$srcdir/$subdir/general/*.c" \ + "$srcdir/$subdir/general-c/*.c"] dg-runtest [lsort $files] "$sve_flags" $DEFAULT_CFLAGS # All done.