From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1033) id 912EF3858422; Thu, 30 Sep 2021 22:33:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 912EF3858422 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: David Edelsohn To: gcc-cvs@gcc.gnu.org Subject: [gcc r12-3999] testsuite: Fix cf-descriptor-5.f90 X-Act-Checkin: gcc X-Git-Author: David Edelsohn X-Git-Refname: refs/heads/master X-Git-Oldrev: cd08eae26ed23497ace5f4ee6f3a41eb5bd36c38 X-Git-Newrev: f1408388f2e260751d07d1de08c2550abf8c7cf1 Message-Id: <20210930223310.912EF3858422@sourceware.org> Date: Thu, 30 Sep 2021 22:33:10 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2021 22:33:10 -0000 https://gcc.gnu.org/g:f1408388f2e260751d07d1de08c2550abf8c7cf1 commit r12-3999-gf1408388f2e260751d07d1de08c2550abf8c7cf1 Author: David Edelsohn Date: Thu Sep 30 16:43:58 2021 -0400 testsuite: Fix cf-descriptor-5.f90 gcc/testsuite/ChangeLog * gfortran.dg/c-interop/cf-descriptor-5-c.c: Include alloca.h. Diff: --- gcc/testsuite/gfortran.dg/c-interop/cf-descriptor-5-c.c | 1 + 1 file changed, 1 insertion(+) 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 0cd92e78900..12464b55512 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"