Force the feature off for icc.
icc does not properly detect lack of fallthrough attribute since it
defines __GNU__ > 7 and also icc's __has_cpp_attribute/__has_attribute
feature detectors do not properly detect the lack of fallthrough attribute.
Paths
| Differential D126001
[OpenMP][libomp] Fix fallthrough attribute detection for Intel compilers ClosedPublic Authored by jlpeyton on May 19 2022, 11:48 AM.
Details Summary Force the feature off for icc. icc does not properly detect lack of fallthrough attribute since it
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 15 2022, 8:58 AM Closed by commit rG28c8da29654d: [OpenMP][libomp] Fix fallthrough attribute detection for Intel compilers (authored by jlpeyton). · Explain WhyJul 19 2022, 11:04 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 445882 openmp/runtime/src/kmp_os.h
openmp/tools/archer/ompt-tsan.cpp
|