Skip to content

Commit bb1a8bb

Browse files
committed
[NFC][OpenACC] Remove stale FIXME comment in a test
A recent patch changed the array sections to work differently for OpenACC, including for the diagnostic, so the FIXME is now irrelevant.
1 parent 55d85c8 commit bb1a8bb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

clang/test/ParserOpenACC/parse-cache-construct.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ void use() {
7272
#pragma acc cache(Arrs.MemArr[3].array[1:4])
7373
}
7474
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.
7775
// expected-error@+2{{OpenACC sub-array is not allowed here}}
7876
// expected-warning@+1{{OpenACC construct 'cache' not yet implemented, pragma ignored}}
7977
#pragma acc cache(Arrs.MemArr[3:4].array[1:4])

0 commit comments

Comments
 (0)