Skip to content
  • Brad King's avatar
    Fix Fortran test .def file symbol mangling · 6c4b2492
    Brad King authored
    Commit 6a61a8a5 (Honor module .def files with MinGW tools, 2011-02-21)
    enabled use of .def files with GNU tools on Windows.  Previously the
    Fortran tests's world.def file was used only for the Intel Fortran
    Compiler on Windows and contained the symbol name mangled for that
    compiler.  Instead choose a .def file that names the symbol with proper
    mangling for the compiler in use.
    6c4b2492