| ... | ... | @@ -7,7 +7,7 @@ pub fn main() void { |
| 7 | 7 | const y = @shrExact(x, 2); |
| 8 | 8 | std.debug.print("value: {}\n", .{y}); |
| 9 | 9 | |
| 10 | | if ((builtin.cpu.arch.isRISCV() or builtin.cpu.arch.isLoongArch() or builtin.cpu.arch == .s390x) and builtin.zig_backend == .stage2_llvm) @panic("https://github.com/ziglang/zig/issues/24304"); |
| 10 | if ((builtin.cpu.arch.isPowerPC() or builtin.cpu.arch.isRISCV() or builtin.cpu.arch.isLoongArch() or builtin.cpu.arch == .s390x) and builtin.zig_backend == .stage2_llvm) @panic("https://github.com/ziglang/zig/issues/24304"); |
| 11 | 11 | } |
| 12 | 12 | |
| 13 | 13 | // exe=fail |