I've committed the following patch. Index: gcc/testsuite/ChangeLog =================================================================== --- gcc/testsuite/ChangeLog (revision 227831) +++ gcc/testsuite/ChangeLog (working copy) @@ -1,3 +1,7 @@ +2015-09-16 John Marino <gnu...@marino.st> + + * gfortran.dg/read_dir.f90: XFAIL this testcase on DragonFly. + 2015-09-16 Richard Biener <rguent...@suse.de> PR middle-end/67253 Index: gcc/testsuite/gfortran.dg/read_dir.f90 =================================================================== --- gcc/testsuite/gfortran.dg/read_dir.f90 (revision 227831) +++ gcc/testsuite/gfortran.dg/read_dir.f90 (working copy) @@ -1,4 +1,4 @@ -! { dg-do run { xfail *-*-freebsd* } } +! { dg-do run { xfail *-*-freebsd* *-*-dragonfly* } } ! PR67367 program bug implicit none
-- Steve