Commit aaa80941 by Jakub Jelinek

re PR fortran/92284 (Subroutine with bind(c) attribute causing varied problems)

	PR fortran/92284
	* gfortran.dg/bind_c_array_params_3_aux.c: Include
	../../../libgfortran/ISO_Fortran_binding.h rather than
	ISO_Fortran_binding.h.

From-SVN: r277679
parent ffff4877
2019-10-31 Jakub Jelinek <jakub@redhat.com>
PR fortran/92284
* gfortran.dg/bind_c_array_params_3_aux.c: Include
../../../libgfortran/ISO_Fortran_binding.h rather than
ISO_Fortran_binding.h.
2019-10-31 Tobias Burnus <tobias@codesourcery.com> 2019-10-31 Tobias Burnus <tobias@codesourcery.com>
* gfortran.dg/achar_2.f90: Remove bogus line from * gfortran.dg/achar_2.f90: Remove bogus line from
...@@ -31,7 +38,7 @@ ...@@ -31,7 +38,7 @@
2019-10-31 Tobias Burnus <tobias@codesourcery.com> 2019-10-31 Tobias Burnus <tobias@codesourcery.com>
PR fortran/92284. PR fortran/92284
* gfortran.dg/bind-c-intent-out.f90: Update expected dump; * gfortran.dg/bind-c-intent-out.f90: Update expected dump;
extend comment. extend comment.
* gfortran.dg/bind_c_array_params_3.f90: New. * gfortran.dg/bind_c_array_params_3.f90: New.
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
#include <errno.h> #include <errno.h>
#include <stdio.h> #include <stdio.h>
#include "ISO_Fortran_binding.h" #include "../../../libgfortran/ISO_Fortran_binding.h"
void arr_set_c(CFI_cdesc_t*); void arr_set_c(CFI_cdesc_t*);
...@@ -24,4 +24,3 @@ void arr_set_c(CFI_cdesc_t *arr){ ...@@ -24,4 +24,3 @@ void arr_set_c(CFI_cdesc_t *arr){
for(i=0; i<ub[0]-lb[0]+1; i++) auxp[i]=i; for(i=0; i<ub[0]-lb[0]+1; i++) auxp[i]=i;
return; return;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment