Commit 34ab23c9 by H.J. Lu Committed by H.J. Lu

Include "../../../libgfortran/ISO_Fortran_binding.h"

	PR testsuite/89476
	* gfortran.dg/ISO_Fortran_binding_5.c: Include
	"../../../libgfortran/ISO_Fortran_binding.h".
	* gfortran.dg/ISO_Fortran_binding_6.c: Likewise.

From-SVN: r269165
parent aebe10d4
2019-02-23 H.J. Lu <hongjiu.lu@intel.com>
PR testsuite/89476
* gfortran.dg/ISO_Fortran_binding_5.c: Include
"../../../libgfortran/ISO_Fortran_binding.h".
* gfortran.dg/ISO_Fortran_binding_6.c: Likewise.
2019-02-23 H.J. Lu <hongjiu.lu@intel.com>
PR driver/69471
* gcc.dg/pr69471-1.c: New test.
* gcc.dg/pr69471-2.c: Likewise.
......
......@@ -4,7 +4,7 @@
#include <stdio.h>
#include <math.h>
#include "ISO_Fortran_binding.h"
#include "../../../libgfortran/ISO_Fortran_binding.h"
typedef struct {
int i;
......
......@@ -4,7 +4,7 @@
#include <stdio.h>
#include <math.h>
#include "ISO_Fortran_binding.h"
#include "../../../libgfortran/ISO_Fortran_binding.h"
#define DEBUG 0
......
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