[flang-commits] [flang] [Flang][OpenMP] Fix for error in atomic read for different elements of the common symbol #80399 (PR #109265)

Tom Eccles via flang-commits flang-commits at lists.llvm.org
Thu Sep 19 09:26:31 PDT 2024


================
@@ -0,0 +1,43 @@
+! RUN: %python %S/../test_errors.py %s %flang -fopenmp
----------------
tblah wrote:

You are not testing for any errors here, I think you are just testing that flang will compiler this file correctly. Using the test_errors.py script is incorrect because it allows flang to fail.

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


More information about the flang-commits mailing list