public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Fix gcc.dg/pr97897.c
@ 2020-11-19 12:27 Richard Biener
  0 siblings, 0 replies; only message in thread
From: Richard Biener @ 2020-11-19 12:27 UTC (permalink / raw)
  To: gcc-patches

This adds dg-options "" to avoid the pedantic error on _Complex int.

2020-11-19  Richard Biener  <rguenther@suse.de>

	* gcc.dg/pr97897.c: Add dg-options.
---
 gcc/testsuite/gcc.dg/pr97897.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/testsuite/gcc.dg/pr97897.c b/gcc/testsuite/gcc.dg/pr97897.c
index 775f34ca767..084c1cdbfeb 100644
--- a/gcc/testsuite/gcc.dg/pr97897.c
+++ b/gcc/testsuite/gcc.dg/pr97897.c
@@ -1,4 +1,5 @@
 /* { dg-do compile } */
+/* { dg-options "" } */
 
 void h ();
 void f () __attribute__ ((returns_twice));
-- 
2.26.2

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

only message in thread, other threads:[~2020-11-19 12:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-19 12:27 [PATCH] Fix gcc.dg/pr97897.c Richard Biener

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