-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
arch-x86_6464-bit x8664-bit x86bugObserved behavior contradicts documented or intended behaviorObserved behavior contradicts documented or intended behaviorstandard libraryThis issue involves writing Zig code for the standard library.This issue involves writing Zig code for the standard library.
Milestone

Description
Zig Version
0.14.0-dev.2164+6b2c8fc68
Steps to Reproduce and Observed Behavior
$ cat x.zig
pub fn main() void {}
$ zig build-exe x.zig -fno-unwind-tables -OReleaseSmall
error: <inline asm>:1:3: this directive must appear between .cfi_startproc and .cfi_endproc directives
.cfi_undefined %rip
^
$
Expected Behavior
Successful compilation.
Metadata
Metadata
Assignees
Labels
arch-x86_6464-bit x8664-bit x86bugObserved behavior contradicts documented or intended behaviorObserved behavior contradicts documented or intended behaviorstandard libraryThis issue involves writing Zig code for the standard library.This issue involves writing Zig code for the standard library.