=========== char_lit.go char_lit.go:5: syntax error char_lit.go:17: unknown escape sequence: \ char_lit.go:19: unknown escape sequence: " BUG: known to fail incorrectly =========== float_lit.go float_lit.go:5: syntax error float_lit.go:28: overflow in float constant float_lit.go:56: overflow in float constant float_lit.go:60: overflow in float constant float_lit.go:64: overflow in float constant BUG: known to fail incorrectly =========== for.go for.go:45: fatal error: optoas: no entry MOD-INT32 BUG: known to fail incorrectly =========== func.go =========== hashmap.go hashmap.go:46: fatal error: optoas: no entry LSH-UINT32 BUG: known to fail incorrectly =========== helloworld.go =========== if.go =========== int_lit.go int_lit.go:5: syntax error BUG: known to fail incorrectly =========== iota.go =========== literal.go =========== sieve.go sieve.go:8: fatal error: walktype: switch 1 unknown op SEND l(8) BUG: known to fail incorrectly =========== string_lit.go string_lit.go:5: syntax error string_lit.go:12: unknown escape sequence: \ string_lit.go:12: unknown escape sequence: ' BUG: known to fail incorrectly =========== switch.go =========== test0.go test0.go:23: addtyp: renaming Point/{INT32;INT32;} to Point2/FORW test0.go:48: illegal types for operand (FLOAT32) AS (INT32) test0.go:49: illegal types for operand (FLOAT32) AS (INT32) test0.go:50: error in shape across assignment test0.go:55: illegal types for operand (*{}) CALLMETH ({}) test0.go:54: function call must be single valued (0) test0.go:54: illegal types for operand ({}) AS ({}) BUG: known to fail incorrectly =========== turing.go