mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-22 03:46:53 -05:00
testsuite: fix dg-add-options vs. dg-options ordering
Per gccint, dg-add-options must be placed after all dg-options directives. gcc/testsuite/ChangeLog: * gcc.target/riscv/rvv/base/cmpmem-2.c: Fix dg-add-options order.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/* { dg-do run { target { riscv_v } } } */
|
||||
/* { dg-add-options riscv_v } */
|
||||
/* { dg-options "-O2 -mrvv-max-lmul=dynamic" } */
|
||||
/* { dg-add-options riscv_v } */
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user