We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55d85c8 commit bb1a8bbCopy full SHA for bb1a8bb
clang/test/ParserOpenACC/parse-cache-construct.cpp
@@ -72,8 +72,6 @@ void use() {
72
#pragma acc cache(Arrs.MemArr[3].array[1:4])
73
}
74
for (int i = 0; i < 10; ++i) {
75
- // FIXME: Once we have a new array-section type to represent OpenACC as
76
- // well, change this error message.
77
// expected-error@+2{{OpenACC sub-array is not allowed here}}
78
// expected-warning@+1{{OpenACC construct 'cache' not yet implemented, pragma ignored}}
79
#pragma acc cache(Arrs.MemArr[3:4].array[1:4])
0 commit comments