Compilation failure on latest mater for target AVR25 (ATTiny13A MCU) #21487
Labels
arch-avr
8-bit AVR
backend-llvm
The LLVM backend outputs an LLVM IR Module.
bug
Observed behavior contradicts documented or intended behavior
regression
It worked in a previous version of Zig, but stopped working.
upstream
An issue with a third party project that Zig uses.
Milestone
Zig Version
0.14.0-dev.1632+d83a3f174
Steps to Reproduce and Observed Behavior
Minimal case to repro:
build.zig.zon
build.zig
src/main.zig
zig build
output:Expected Behavior
Code compiles successfully. Confirmed to work on
0.13.0
.The text was updated successfully, but these errors were encountered: