Merge pull request #14685 from ziglang/bitcast-fixes

Bitcast fixes for self-hosted native backends
This commit is contained in:
Jakub Konka
2023-02-20 23:01:21 +01:00
committed by GitHub
9 changed files with 137 additions and 24 deletions

View File

@@ -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