[flang-commits] [flang] b26f83c - [flang][openacc][NFC] Remove Todo test for acc declare

Valentin Clement via flang-commits flang-commits at lists.llvm.org
Thu Aug 17 14:01:24 PDT 2023


Author: Valentin Clement
Date: 2023-08-17T14:01:18-07:00
New Revision: b26f83cba7e2740157a5ec2b7cb8b6bd1114ee8b

URL: https://github.com/llvm/llvm-project/commit/b26f83cba7e2740157a5ec2b7cb8b6bd1114ee8b
DIFF: https://github.com/llvm/llvm-project/commit/b26f83cba7e2740157a5ec2b7cb8b6bd1114ee8b.diff

LOG: [flang][openacc][NFC] Remove Todo test for acc declare

Remove this test as the message is not triggered anymore. No idea
why this test is not failing upstream.

Reviewed By: razvanlupusoru

Differential Revision: https://reviews.llvm.org/D158211

Added: 
    

Modified: 
    

Removed: 
    flang/test/Lower/OpenACC/Todo/acc-declare.f90


################################################################################
diff  --git a/flang/test/Lower/OpenACC/Todo/acc-declare.f90 b/flang/test/Lower/OpenACC/Todo/acc-declare.f90
deleted file mode 100644
index d40394793e3339..00000000000000
--- a/flang/test/Lower/OpenACC/Todo/acc-declare.f90
+++ /dev/null
@@ -1,10 +0,0 @@
-! This test checks lowering of OpenACC declare Directive.
-
-// RUN: not flang-new -fc1 -emit-fir -fopenacc %s 2>&1 | FileCheck %s
-
-program main
-  real, dimension(10) :: aa, bb
-
-  // CHECK: not yet implemented: OpenACC Standalone Declarative construct
-  !$acc declare present(aa, bb)
-end


        


More information about the flang-commits mailing list