This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug testsuite/47965] New: gfortran testsuite failures on mingw32
- From: "thenlich at users dot sourceforge.net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 3 Mar 2011 09:09:06 +0000
- Subject: [Bug testsuite/47965] New: gfortran testsuite failures on mingw32
- Auto-submitted: auto-generated
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47965
Summary: gfortran testsuite failures on mingw32
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: testsuite
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: thenlich@users.sourceforge.net
Problem 2 reported in Bug 42950 also occurs on mingw32, the others (1, 3-6)
not.
(2) /dev/null test (gfortran.dg/dev_null.F90 and gfortran.dg/write_to_null.F90)
where seemingly
#if defined _WIN32
#define DEV_NULL "nul"
does not work as one gets:
Fortran runtime error: File '/dev/null' does not exist