Unreachable reached from builtin call to apply_iterate #34752
Labels
bug
Indicates an unexpected problem or unintended behavior
compiler:inference
Type inference
regression
Regression in behavior compared to a previous version
The following code crashes with an illegal instruction on Julia 1.1+ (bisected to #28955):
@code_warntype
:The trap comes from here:
julia/src/codegen.cpp
Lines 4153 to 4155 in 79f31e4
The call codegen stumbles on is
Expr(:call, Core._apply_iterate, Base.iterate, Main.a, SSAValue(4))
. Probably a dup of some other unreachable reached issue, but it's hard to tell.The text was updated successfully, but these errors were encountered: