[flang-commits] [flang] [flang][openacc] Allow open acc routines from other modules. (PR #136012)

Kelvin Li via flang-commits flang-commits at lists.llvm.org
Thu May 15 08:39:26 PDT 2025


kkwli wrote:

> @DavidSpickett and @kkwli for both of these tests we were erroring out during compilation with internal compiler errors. We are now succeeding were we shouldn't be, as these programs should be rejected by the compiler. I am preparing a PR that will reject these programs, in order to satisfy the test. If I wanted to change the expected behavior of the test how would I go about doing that? I haven't dealt with modifying the test-suite yet.

I don't think you can change the tests as these are from GCC test suite or something like that. I guess we can ignore the expected behavior in the test if flang's behavior is desirable. @tarunprabhu can provide more insight to it.

https://github.com/llvm/llvm-project/pull/136012


More information about the flang-commits mailing list