diff options
Diffstat (limited to 'clang/test/SemaOpenACC/combined-construct-reduction-clause.cpp')
| -rw-r--r-- | clang/test/SemaOpenACC/combined-construct-reduction-clause.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/test/SemaOpenACC/combined-construct-reduction-clause.cpp b/clang/test/SemaOpenACC/combined-construct-reduction-clause.cpp index 1a5490766e77..5aa90bdc4869 100644 --- a/clang/test/SemaOpenACC/combined-construct-reduction-clause.cpp +++ b/clang/test/SemaOpenACC/combined-construct-reduction-clause.cpp @@ -6,8 +6,6 @@ struct CompositeOfScalars { short J; char C; double D; - _Complex float CF; - _Complex double CD; }; struct CompositeHasComposite { @@ -16,8 +14,6 @@ struct CompositeHasComposite { short J; char C; double D; - _Complex float CF; - _Complex double CD; struct CompositeOfScalars COS; // #COS_FIELD }; |
