Add clause validity tests for the data construct. The default clause can appear only once
and this was not enforce in the ACC.td.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
430 ms | linux > HWAddressSanitizer-x86_64.TestCases::sizes.cpp |
Event Timeline
Comment Actions
@clementval , when I build and test an in-tree build, everything works fine. But when I build out-of-tree, the error message associated with line 165 does not appear. Do you know why?
Let me know what I can do to help figure this out.
flang/test/Semantics/acc-clause-validity.f90 | ||
---|---|---|
140 | In an out-of-tree build, the error message associated with this line does not appear. |
Comment Actions
@clementval , never mind. I had a setup error mixing up the "master" and "main" branches.
In an out-of-tree build, the error message associated with this line does not appear.