[flang] [llvm] [clang-tools-extra] [libcxx] [compiler-rt] [libc] [clang] [C23] Complete support for WG14 N2508 (PR #71398)
    Aaron Ballman via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Nov  6 11:03:14 PST 2023
    
    
  
================
@@ -32,8 +32,8 @@ T tmain(T argc) {
   }
   switch (argc) {
 #pragma omp error // expected-error {{ERROR}}
-  case 1:
-#pragma omp error // expected-error {{ERROR}}
+  case 1: // FIXME: error without 'at execution' is not a stand-alone directive and so this should be accepted.
----------------
AaronBallman wrote:
SGTM, thank you! This should be done now.
https://github.com/llvm/llvm-project/pull/71398
    
    
More information about the llvm-commits
mailing list