[flang-commits] [flang] [flang] Define ATOMIC_ADD as an intrinsic procedure (PR #122993)

Valentin Clement バレンタイン クレメン via flang-commits flang-commits at lists.llvm.org
Tue Jan 14 16:56:05 PST 2025


================
@@ -4,7 +4,7 @@
 
 program test_atomic_and
   use iso_fortran_env, only: atomic_int_kind, atomic_logical_kind
-  implicit none
+  implicit none(external, type)
----------------
clementval wrote:

Nice! I was not aware that implicit none could take these extra arguments. 

https://github.com/llvm/llvm-project/pull/122993


More information about the flang-commits mailing list