Fix gcc.dg/pr97897.c
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.
This commit is contained in:
parent
b08e0ee301
commit
717e22dcd4
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
/* { dg-do compile } */
|
||||
/* { dg-options "" } */
|
||||
|
||||
void h ();
|
||||
void f () __attribute__ ((returns_twice));
|
||||
|
|
Loading…
Add table
Reference in a new issue