public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-5392] aarch64: Suppress warnings in pr99766.C
@ 2023-01-26 15:51 Richard Sandiford
  0 siblings, 0 replies; only message in thread
From: Richard Sandiford @ 2023-01-26 15:51 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:4b4ba37bc1a0aba0b03ec512b46c6d7d6314d9d6

commit r13-5392-g4b4ba37bc1a0aba0b03ec512b46c6d7d6314d9d6
Author: Richard Sandiford <richard.sandiford@arm.com>
Date:   Thu Jan 26 15:50:59 2023 +0000

    aarch64: Suppress warnings in pr99766.C
    
    pr99766.C is an ICE regression test that now triggers a warning
    about converting float to _Float16.
    
    gcc/testsuite/
            * g++.target/aarch64/sve/pr99766.C: Disable warnings.

Diff:
---
 gcc/testsuite/g++.target/aarch64/sve/pr99766.C | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/g++.target/aarch64/sve/pr99766.C b/gcc/testsuite/g++.target/aarch64/sve/pr99766.C
index 0ca8aee5798..528d9ddd007 100644
--- a/gcc/testsuite/g++.target/aarch64/sve/pr99766.C
+++ b/gcc/testsuite/g++.target/aarch64/sve/pr99766.C
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-additional-options "-O3 -march=armv8.2-a+sve" } */
+/* { dg-additional-options "-O3 -march=armv8.2-a+sve -w" } */
 typedef float a __attribute__((__mode__(HF)));
 typedef struct {
   a b;

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

only message in thread, other threads:[~2023-01-26 15:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-26 15:51 [gcc r13-5392] aarch64: Suppress warnings in pr99766.C Richard Sandiford

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).