================ @@ -113,7 +114,7 @@ struct SA { #pragma omp target map(b[true:true]) {} - #pragma omp target map(: c,f) // expected-error {{missing map type}} + #pragma omp target map(: c,f) // lt60-error {{missing map type}} ---------------- alexey-bataev wrote:
Yes, if you have dangling `:` without modifier list https://github.com/llvm/llvm-project/pull/90499 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits