[flang-commits] [PATCH] D150814: [flang] Don't complain about dummy subroutine under IMPLICIT NONE

Pete Steinfeld via Phabricator via flang-commits flang-commits at lists.llvm.org
Wed May 17 17:29:21 PDT 2023


PeteSteinfeld requested changes to this revision.
PeteSteinfeld added a comment.
This revision now requires changes to proceed.

Things build OK, but I get errors in check-flang:

  FAIL: Flang :: Semantics/implicit13.f90 (1508 of 2183)
  ******************** TEST 'Flang :: Semantics/implicit13.f90' FAILED ********************
  Script:
  --
  : 'RUN: at line 1';   "/usr/bin/python3.6" /local/home/psteinfeld/main/814/flang/test/Semantics/test_errors.py /local/home/psteinfeld/main/814/flang/test/Semantics/implicit13.f90 /local/home/psteinfeld/main/814/build/bin/flang-new -fc1
  --
  Exit Code: 1
  
  Command Output (stdout):
  --
  --- 
  +++ 
  @@ -1,2 +1,2 @@
  
  actual at 2: No explicit type declared for 'func'
  actual at 2: No explicit type declared for 'obj'
  expect at 6: No explicit type declared for 'func'
  expect at 8: No explicit type declared for 'obj'


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

https://reviews.llvm.org/D150814



More information about the flang-commits mailing list