PR112950: Use #pragma GCC for including arm_sve.h.
gcc/testsuite/ChangeLog: PR target/112950 * gcc.target/aarch64/sve/acle/general/dupq_5.c: Remove include directive and instead use #pragma GCC for including arm_sve.h.
This commit is contained in:
parent
7cc2262ec9
commit
8a48723dac
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
/* { dg-do compile } */
|
||||
/* { dg-options "-O2 -mlittle-endian" } */
|
||||
|
||||
#include <arm_sve.h>
|
||||
#pragma GCC aarch64 "arm_sve.h"
|
||||
|
||||
svint32_t
|
||||
dupq (int x1, int x2, int x3, int x4)
|
||||
|
|
Loading…
Add table
Reference in a new issue