public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-8494] PR112950: Use #pragma GCC for including arm_sve.h.
@ 2024-01-29 13:13 Prathamesh Kulkarni
  0 siblings, 0 replies; only message in thread
From: Prathamesh Kulkarni @ 2024-01-29 13:13 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:8a48723daca911f8cb16a459933772989173aa73

commit r14-8494-g8a48723daca911f8cb16a459933772989173aa73
Author: Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
Date:   Mon Jan 29 18:42:44 2024 +0530

    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.

Diff:
---
 gcc/testsuite/gcc.target/aarch64/sve/acle/general/dupq_5.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/aarch64/sve/acle/general/dupq_5.c b/gcc/testsuite/gcc.target/aarch64/sve/acle/general/dupq_5.c
index 6ae8d4c60b2d..e88477b6379a 100644
--- a/gcc/testsuite/gcc.target/aarch64/sve/acle/general/dupq_5.c
+++ b/gcc/testsuite/gcc.target/aarch64/sve/acle/general/dupq_5.c
@@ -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)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-01-29 13:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-29 13:13 [gcc r14-8494] PR112950: Use #pragma GCC for including arm_sve.h Prathamesh Kulkarni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).