testsuite: Fix gcc.dg/vect/pr99102.c
authorRichard Sandiford <richard.sandiford@arm.com>
Thu, 8 Apr 2021 14:00:05 +0000 (15:00 +0100)
committerRichard Sandiford <richard.sandiford@arm.com>
Thu, 8 Apr 2021 14:00:05 +0000 (15:00 +0100)
pr99102.c needs to override the default options to exercise the original
problem, but that means that it also needs to respecify the dump flags.

gcc/testsuite/
* gcc.dg/vect/pr99102.c: Add -fdump-tree-vect-details.

gcc/testsuite/gcc.dg/vect/pr99102.c

index 62d4d33..6c1a13f 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-options "-O2 -ftree-vectorize" } */
+/* { dg-options "-O2 -ftree-vectorize -fdump-tree-vect-details" } */
 /* { dg-additional-options "-msve-vector-bits=256" { target aarch64_sve256_hw } } */
 long a[44];
 short d, e = -7;