================ @@ -23025,8 +23032,11 @@ OMPClause *SemaOpenMP::ActOnOpenMPDefaultmapClause( } } else { StringRef ModifierValue = - "'alloc', 'from', 'to', 'tofrom', " - "'firstprivate', 'none', 'default', 'present'"; + getLangOpts().OpenMP < 60 + ? "'alloc', 'from', 'to', 'tofrom', " + "'firstprivate', 'none', 'default', 'present'" + : "'storage', 'from', 'to', 'tofrom', " ---------------- alexey-bataev wrote:
Shall the alloc modifier be deprecated for version 6? https://github.com/llvm/llvm-project/pull/157767 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits