[flang-commits] [flang] [flang] disable failing test (PR #84300)

via flang-commits flang-commits at lists.llvm.org
Thu Mar 7 03:23:58 PST 2024


jeanPerier wrote:

> @jeanPerier has a comment in the issue (#83534) that this was fixed by #83768.

That is right. @ftynse, it looks like your patch is based on [an LLVM head](https://github.com/llvm/llvm-project/commit/7f102199b862fce58e4b0d94d10f4cf14acb48e1) that is week old and does not contain the fix.

I guess the pre-merge CI will fail for patch based on a head that predates the fix, sorry for that (The underlying issue in the code was very very old, more than two years old, but was exposed only recently, probably because the windows CI compiler version/conf changed and started optimized the code more, leading to a segfault).

Anyway, if you see failures on pre-merge CI on patches based on head including #83768, please feel free to reopen #83534 and revert https://github.com/llvm/llvm-project/pull/83822 (but it will not make any difference for patch based on heads without reverts).

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


More information about the flang-commits mailing list