From: Richard Biener Date: Thu, 19 Nov 2020 12:26:16 +0000 (+0100) Subject: Fix gcc.dg/pr97897.c X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=717e22dcd48e6299b22a32b728c1d2cad08eb918;p=gcc.git Fix gcc.dg/pr97897.c This adds dg-options "" to avoid the pedantic error on _Complex int. 2020-11-19 Richard Biener * gcc.dg/pr97897.c: Add dg-options. --- 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));