From: David Edelsohn Date: Thu, 30 Sep 2021 20:43:58 +0000 (-0400) Subject: testsuite: Fix cf-descriptor-5.f90 X-Git-Tag: basepoints/gcc-13~4314 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f1408388f2e260751d07d1de08c2550abf8c7cf1;p=thirdparty%2Fgcc.git testsuite: Fix cf-descriptor-5.f90 gcc/testsuite/ChangeLog * gfortran.dg/c-interop/cf-descriptor-5-c.c: Include alloca.h. --- diff --git a/gcc/testsuite/gfortran.dg/c-interop/cf-descriptor-5-c.c b/gcc/testsuite/gfortran.dg/c-interop/cf-descriptor-5-c.c index 0cd92e789009..12464b555124 100644 --- a/gcc/testsuite/gfortran.dg/c-interop/cf-descriptor-5-c.c +++ b/gcc/testsuite/gfortran.dg/c-interop/cf-descriptor-5-c.c @@ -1,5 +1,6 @@ #include #include +#include #include #include "dump-descriptors.h"