Fix gcc.dg/pr97897.c
authorRichard Biener <rguenther@suse.de>
Thu, 19 Nov 2020 12:26:16 +0000 (13:26 +0100)
committerRichard Biener <rguenther@suse.de>
Thu, 19 Nov 2020 12:27:55 +0000 (13:27 +0100)
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

index 775f34ca767f4cf520fd4c556feda4321beaf7b0..084c1cdbfebf4b3b3feca6b08dfc45e1130e9c8f 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-do compile } */
+/* { dg-options "" } */
 
 void h ();
 void f () __attribute__ ((returns_twice));