Pat McCormick

Results 2 issues of Pat McCormick

The [Cloverleaf](https://github.com/UK-MAC/CloverLeaf.git) proxy app uses an pre-Fortran 2003 invocation of `FLUSH` that fails at link time. ``` CALL FLUSH(0) CALL FLUSH(6) CALL FLUSH(g_out) ``` ``` $ make COMPILER=GNU MPI_COMPILER=flang-new C_MPI_COMPILER=clang...

Testing the latest `fir-dev ` and the new Flang driver using the sequential version of the [Cloverleaf](https://github.com/UK-MAC/CloverLeaf.git) proxy app that uses a combination of C and Fortran 90 (note the...