Skip to content

Commit 144ae5b

Browse files
authored
[Flang] Xfail hlfir test case on AIX (#76802)
This test case seems to fail at the `Merge disjoint stack slots` pass on AIX, it passes if compilled with `-mllvm --no-stack-coloring`. This PR xfails the teest case on AIX temporarily until the issue is addressed. --------- Co-authored-by: Mark Danial <[email protected]>
1 parent 0ab5d8b commit 144ae5b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

flang/test/HLFIR/simplify-hlfir-intrinsics.fir

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// XFail the following test case on AIX due to potential miscompilation
2+
// TODO: Crash fir-opt on AIX
3+
// XFAIL: system-aix
14
// RUN: fir-opt --simplify-hlfir-intrinsics %s | FileCheck %s
25

36
// box with known extents

0 commit comments

Comments
 (0)