You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
package main
import sa "core:container/small_array"
Small_Array:: sa.Small_Array
main :: proc() {
example :: proc() -> (result: sa.Small_Array) {return}
example()
}
Issue: (Compiler Panic) GB_PANIC with Parapoly note due to generic parameters - compiler panics and halts with message:
reference Issue #4849
minimal example
Issue: (Compiler Panic) GB_PANIC with Parapoly note due to generic parameters - compiler panics and halts with message:
See:
Odin/src/llvm_backend_proc.cpp
Line 72 in f0b1357
Desired
Compiler should error (if possible) in this case
compiler command
odin run . or odin build .
system info
Odin 2025-02
Windows
LLVM 18.1.8
suggested labels
Compiler failure
LLVM backend
Error messaging
The text was updated successfully, but these errors were encountered: