Created
March 27, 2023 22:20
-
-
Save mikdusan/287cb8b3c8029611f2efb1ddc166c652 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/Users/mike/project/zig/work/llvm16c/stage1/zig.h:3215:1: error: use of undeclared identifier 'lo' | |
zig_float_builtins(128) | |
^ | |
/Users/mike/project/zig/work/llvm16c/stage1/zig.h:3169:5: note: expanded from macro 'zig_float_builtins' | |
zig_expand_concat(zig_float_negate_builtin_, zig_has_f##w)(w) \ | |
^ | |
/Users/mike/project/zig/work/llvm16c/stage1/zig.h:254:37: note: expanded from macro 'zig_expand_concat' | |
#define zig_expand_concat(lhs, rhs) zig_concat(lhs, rhs) | |
^ | |
/Users/mike/project/zig/work/llvm16c/stage1/zig.h:253:30: note: expanded from macro 'zig_concat' | |
#define zig_concat(lhs, rhs) lhs##rhs | |
^ | |
note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) | |
/Users/mike/project/zig/work/llvm16c/stage1/zig.h:253:30: note: expanded from macro 'zig_concat' | |
<scratch space>:69:1: note: expanded from here | |
zig_make_small_u128 | |
^ | |
/Users/mike/project/zig/work/llvm16c/stage1/zig.h:1306:51: note: expanded from macro 'zig_make_small_u128' | |
#define zig_make_small_u128(val) zig_make_u128(0, lo) | |
^ | |
1 error generated. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment