From: Richard Biener Date: Thu, 19 Nov 2020 12:26:16 +0000 (+0100) Subject: Fix gcc.dg/pr97897.c X-Git-Tag: basepoints/gcc-12~3093 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=717e22dcd48e6299b22a32b728c1d2cad08eb918;p=thirdparty%2Fgcc.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 775f34ca767f..084c1cdbfebf 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));