arnamoy10 added inline comments.
================ Comment at: flang/test/Driver/std2018.f90:1 +! REQUIRES: new-flang-driver +! Ensure argument -std=f2018 works as expected. ---------------- awarzynski wrote: > Would it be possible to share this test with `f18`? Would you please elaborate on how do want the sharing to happen (same test file/different test file)? I think in a previous comment you mentioned that it is sufficient to test the frontend driver for this patch? ================ Comment at: flang/test/Driver/std2018_wrong.f90:14-22 +subroutine foo2() + do 01 m=1,2 + select case (m) + case default + print*, "default", m + case (1) + print*, "start" ---------------- awarzynski wrote: > No input is needed for this test, is it? IIUC, this bit can be deleted to > make the test leaner. Sure, will do. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D97119/new/ https://reviews.llvm.org/D97119 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits