[flang-commits] [PATCH] D149116: [Fortran/gfortran] Enable "compile" tests from the gfortran torture test suite

Kiran Chandramohan via Phabricator via flang-commits flang-commits at lists.llvm.org
Wed May 24 09:44:42 PDT 2023


kiranchandramohan accepted this revision.
kiranchandramohan added a comment.
This revision is now accepted and ready to land.

LG.

Just want to repeat the following I saw in the other patch. 
I see two modules M1 <https://reviews.llvm.org/M1> and TEST that are repeated in torture/execute. One of the tests defining TEST is disabled so we might not be hitting the issue for this one but for M1 <https://reviews.llvm.org/M1> we might end up hitting the issue. Should we do something about the M1 <https://reviews.llvm.org/M1> tests?

  $ grep -i 'module m1' llvm-test-suite/Fortran/gfortran/torture/execute/*
  llvm-test-suite/Fortran/gfortran/torture/execute/function_module_1.f90:module M1
  llvm-test-suite/Fortran/gfortran/torture/execute/module_init_1.f90:module m1
  
  $ grep -i 'module test' llvm-test-suite/Fortran/gfortran/torture/execute/*
  llvm-test-suite/Fortran/gfortran/torture/execute/pr32140.f90:MODULE TEST
  llvm-test-suite/Fortran/gfortran/torture/execute/pr32604.f90:MODULE TEST


Repository:
  rT test-suite

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

https://reviews.llvm.org/D149116



More information about the flang-commits mailing list