This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
__MINGW64_VERSION_MAJOR
- From: Tim Prince <n8tm at aol dot com>
- To: "fortran at gcc dot gnu dot org" <fortran at gcc dot gnu dot org>
- Date: Mon, 3 Oct 2016 16:40:03 -0400
- Subject: __MINGW64_VERSION_MAJOR
- Authentication-results: sourceware.org; auth=none
- Reply-to: tprince at computer dot org
This macro in gcc trunk libgfortran/intrinsics/random.c is treated as
defined in the cygwin64 build, however it has to be undefined in order
to for the build to complete. I will attempt running testsuite with
this changed.
A fix was put into the libstdc++-v3 today which enables the build to
proceed to the point of seeing this problem in libgfortran.
--
Tim Prince