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: f/2
minimized/final_collect_preds.erl: internal error in pass beam_kernel_to_ssa:
exception error: no function clause matching beam_kernel_to_ssa:collect_preds([[]],[{{b_literal,unused},55}],[[]])
in function beam_kernel_to_ssa:gen_phis/2 (beam_kernel_to_ssa.erl, line 1271)
in call from beam_kernel_to_ssa:gen_phis/2 (beam_kernel_to_ssa.erl, line 1273)
in call from beam_kernel_to_ssa:fix_phis_1/3 (beam_kernel_to_ssa.erl, line 1239)
in call from beam_kernel_to_ssa:fix_phis_1/3 (beam_kernel_to_ssa.erl, line 1263)
in call from beam_kernel_to_ssa:fix_phis_1/3 (beam_kernel_to_ssa.erl, line 1251)
in call from beam_kernel_to_ssa:fix_phis_1/3 (beam_kernel_to_ssa.erl, line 1265)
in call from beam_kernel_to_ssa:fix_phis_1/3 (beam_kernel_to_ssa.erl, line 1251)
I've already minimized the testcase as much as I could; the three expressions in
_=0+0,
Z=bnotok,
{(_=ok), (_=X)}#{ok=>ok},
can be moved rather freely within the function and the bug keeps reproducing, but removing or simplifying any of them makes it disappear.
The text was updated successfully, but these errors were encountered:
On master,
crashes erlc with the following error message:
I've already minimized the testcase as much as I could; the three expressions in
can be moved rather freely within the function and the bug keeps reproducing, but removing or simplifying any of them makes it disappear.
The text was updated successfully, but these errors were encountered: