diff options
| author | Jakub Konka <kubkon@jakubkonka.com> | 2023-02-19 23:18:24 +0100 |
|---|---|---|
| committer | Jakub Konka <kubkon@jakubkonka.com> | 2023-02-20 10:52:26 +0100 |
| commit | a7de8dc2ddb5b1fa45d2fcfba4b305fef9f59be4 (patch) | |
| tree | a08a9232c9040c76039cb97605748073b5736d9a /test/behavior/basic.zig | |
| parent | 0bb178bbb2451238a326c6e916ecf38fbc34cab1 (diff) | |
| download | zig-a7de8dc2ddb5b1fa45d2fcfba4b305fef9f59be4.tar.gz zig-a7de8dc2ddb5b1fa45d2fcfba4b305fef9f59be4.zip | |
x86: alloc new mcv in bitcast if cannot reuse operand
Implement missing pointees when ptr is in register.
Diffstat (limited to 'test/behavior/basic.zig')
| -rw-r--r-- | test/behavior/basic.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/behavior/basic.zig b/test/behavior/basic.zig index b82bfab99e..e026c1800a 100644 --- a/test/behavior/basic.zig +++ b/test/behavior/basic.zig @@ -387,6 +387,7 @@ fn hereIsAnOpaqueType(ptr: *OpaqueA) *OpaqueA { } test "take address of parameter" { + if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest; if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO |
