Commit 0659d8c
authored
[Fortran/gfortran] Disable failing test (#249)
This test should fail to compile with an "invalid character in name" error - or
the equivalent in flang. However, it used to fail because the LINEAR clause was
not implemented in the OpenMP DO construct. The clause is now supported.
However, flang does not issue the expected compile-time error which causes the
test to fail.1 parent ce7b42e commit 0659d8c
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
407 | 407 | | |
408 | 408 | | |
409 | 409 | | |
| 410 | + | |
410 | 411 | | |
411 | 412 | | |
412 | 413 | | |
| |||
0 commit comments