public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-3999] testsuite: Fix cf-descriptor-5.f90
@ 2021-09-30 22:33 David Edelsohn
  0 siblings, 0 replies; only message in thread
From: David Edelsohn @ 2021-09-30 22:33 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:f1408388f2e260751d07d1de08c2550abf8c7cf1

commit r12-3999-gf1408388f2e260751d07d1de08c2550abf8c7cf1
Author: David Edelsohn <dje.gcc@gmail.com>
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 <stdlib.h>
 #include <stdio.h>
+#include <alloca.h>
 
 #include <ISO_Fortran_binding.h>
 #include "dump-descriptors.h"


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-09-30 22:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-30 22:33 [gcc r12-3999] testsuite: Fix cf-descriptor-5.f90 David Edelsohn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).