diff options
Diffstat (limited to 'flang/examples/FeatureList/FeatureList.cpp')
| -rw-r--r-- | flang/examples/FeatureList/FeatureList.cpp | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/flang/examples/FeatureList/FeatureList.cpp b/flang/examples/FeatureList/FeatureList.cpp index 225a655..ef58da6 100644 --- a/flang/examples/FeatureList/FeatureList.cpp +++ b/flang/examples/FeatureList/FeatureList.cpp @@ -445,6 +445,7 @@ public:    READ_FEATURE(ObjectDecl)    READ_FEATURE(OldParameterStmt)    READ_FEATURE(OmpAlignedClause) +  READ_FEATURE(OmpAllocateDirective)    READ_FEATURE(OmpBeginDirective)    READ_FEATURE(OmpBeginLoopDirective)    READ_FEATURE(OmpBeginSectionsDirective) @@ -541,7 +542,6 @@ public:    READ_FEATURE(OpenMPCancellationPointConstruct)    READ_FEATURE(OpenMPConstruct)    READ_FEATURE(OpenMPCriticalConstruct) -  READ_FEATURE(OpenMPDeclarativeAllocate)    READ_FEATURE(OpenMPDeclarativeConstruct)    READ_FEATURE(OpenMPDeclareReductionConstruct)    READ_FEATURE(OpenMPDeclareSimdConstruct) @@ -550,7 +550,6 @@ public:    READ_FEATURE(OmpAtomicDefaultMemOrderClause)    READ_FEATURE(OpenMPFlushConstruct)    READ_FEATURE(OpenMPLoopConstruct) -  READ_FEATURE(OpenMPExecutableAllocate)    READ_FEATURE(OpenMPAllocatorsConstruct)    READ_FEATURE(OpenMPRequiresConstruct)    READ_FEATURE(OpenMPSimpleStandaloneConstruct)  | 
