[PATCH] D112381: [flang] Checks for pointers to intrinsic functions

Pete Steinfeld via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 24 12:39:24 PDT 2021


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

Looks great!

Thanks for doing this.



================
Comment at: flang/test/Semantics/resolve46.f90:2
 ! RUN: %python %S/test_errors.py %s %flang_fc1
 ! C1030 - pointers to intrinsic procedures
 program main
----------------
Please add a comment to note that this test also tests for constraint C1515.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112381



More information about the llvm-commits mailing list