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
panic: access of union field 'int' while field 'float' is active
/Users/ehaas/source/arocc/src/aro/Value.zig:205:46: 0x103d44402 in intToFloat (arocc)
return switch (comp.interner.get(v.ref()).int) {
^
/Users/ehaas/source/arocc/src/aro/Parser.zig:5589:35: 0x103d15b0f in floatCast (arocc)
try res.val.intToFloat(float_ty, p.comp);
^
/Users/ehaas/source/arocc/src/aro/Parser.zig:6086:34: 0x103ca033c in coerceExtra (arocc)
try res.floatCast(p, unqual_ty);
^
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: