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
Function: test/2
Sub pass ssa_opt_type_continue
Function: test/2
prova.erl: internal error in pass beam_ssa_opt:
exception error: no match of right hand side value any
in function beam_ssa_type:simplify/2 (beam_ssa_type.erl, line 1305)
in call from beam_ssa_type:simplify/5 (beam_ssa_type.erl, line 1089)
in call from beam_ssa_type:opt_is/8 (beam_ssa_type.erl, line 582)
in call from beam_ssa_type:opt_bs/8 (beam_ssa_type.erl, line 524)
in call from beam_ssa_type:do_opt_function/6 (beam_ssa_type.erl, line 502)
in call from beam_ssa_type:opt_function/6 (beam_ssa_type.erl, line 475)
in call from beam_ssa_opt:ssa_opt_type_continue/1 (beam_ssa_opt.erl, line 439)
in call from compile:run_sub_passes_1/3 (compile.erl, line 1212)
Affected versions
I've tested this with Erlang/OTP 27 [erts-15.2.7]
The text was updated successfully, but these errors were encountered:
Describe the bug
erlc
crashes when ran on this module:Producing the following error message:
Affected versions
I've tested this with
Erlang/OTP 27 [erts-15.2.7]
The text was updated successfully, but these errors were encountered: