[PATCH] D104150: [test-suite] NIST Fortran Compiler Validation Suite.

Diana Picus via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 15 00:37:16 PDT 2021


rovka added a comment.

Is this expected to pass with current upstream flang?
I gave this a quick spin on an AArch64 machine similar to our buildbots (same hardware, not necessarily same ubuntu version, system compiler etc) and I'm seeing one failure in FM509:

  /path/to/build/bin/flang -DNDEBUG  -w -Werror=date-time -c /path/to/llvm-test-suite/Fortran/UnitTests/fcvs21_f95/FM509.f -o CMakeFiles/FM509.dir/FM509.f.o
  f18-c234.f90:237:12:
  
    237 |  CALL sn512(c1n001(5)(2:9), cvcomp)
        |            1
  Error: Actual argument contains too few elements for dummy argument ‘c1d001’ (19/48) at (1)
  execvp(gfortran) failed: 
  flang: in /path/to/test-suite-sandbox/build/Fortran/UnitTests/fcvs21_f95, f18 failed with exit status 0: /path/to/build/bin/f18 -module-suffix .f18.mod -DNDEBUG -w -Werror=date-time -c /path/to/llvm-test-suite/Fortran/UnitTests/fcvs21_f95/FM509.f -o CMakeFiles/FM509.dir/FM509.f.o

I'm attaching the produced f18-c234.f90 in case anyone wants to have a look. F17403672: f18-c234.f90 <https://reviews.llvm.org/F17403672>


Repository:
  rT test-suite

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D104150/new/

https://reviews.llvm.org/D104150



More information about the llvm-commits mailing list