[all-commits] [llvm/llvm-project] 4b9259: Revert "[Flang][OpenMP][Sema] Support propagation ...
Sergio Afonso via All-commits
all-commits at lists.llvm.org
Mon Sep 11 05:03:57 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4b9259b9470480cbe140e49858c08fd62f67d7c6
https://github.com/llvm/llvm-project/commit/4b9259b9470480cbe140e49858c08fd62f67d7c6
Author: Sergio Afonso <safonsof at amd.com>
Date: 2023-09-11 (Mon, 11 Sep 2023)
Changed paths:
M flang/examples/FeatureList/FeatureList.cpp
M flang/include/flang/Common/Fortran.h
M flang/include/flang/Parser/dump-parse-tree.h
M flang/include/flang/Parser/parse-tree.h
M flang/include/flang/Semantics/symbol.h
M flang/lib/Parser/openmp-parsers.cpp
M flang/lib/Parser/unparse.cpp
M flang/lib/Semantics/resolve-directives.cpp
M flang/lib/Semantics/resolve-directives.h
M flang/lib/Semantics/resolve-names.cpp
R flang/test/Semantics/OpenMP/requires09.f90
Log Message:
-----------
Revert "[Flang][OpenMP][Sema] Support propagation of REQUIRES information across program units"
Changes in this commit make some gfortran tests crash the compiler. It is
likely trying to dereference undefined symbol pointers.
This reverts commit 3787fd942f3927345320cc97a479f13e44355805.
More information about the All-commits
mailing list