Test report

AliasMoonwatcher
Date2025-04-29_17h00m01s
Commit ID9d477f291cd08a22ee7d2ba860b8b4383becd95b
Tests summary
PartPassed / Total
Part 1: Lexer and parser88 / 88
Part 1 Hidden: Lexer and parser23 / 23
Part 2: AST and sematic analysis108 / 112
Part 2 Hidden: AST and sematic analysis22 / 23
Part 3: Code generation29 / 33
Part 3 Hidden: Code genration5 / 14
Part 4: Register Allocation56 / 88
Part 5: Object-Oriented Features28 / 44
Exit codes
CodeExplanation
260Generated program contains too many memory accesses.
250One or more lexer error(s).
245One or more parse error(s).
240One or more semantic error(s).
230Compiled program produced wrong output.
224AST construction is wrong.
204Compiled program not found.
124Your compiler or program timed out (your compiler or produced program might have an infinite loop).
125The MARS simulator timed out (maybe your generated program has an infinite loop).
2The MARS simulator exited prematurely.
1JVM exited prematurely. It might occur when your compiler has infinite recursion/loops, throws an uncaught exception, requires a different Java version, or when you have forgotten to push some files with git, etc.
Test nameComponentCompiler exit codeExpected compiler exit codeCompiled program codeExpected compiled program codeMemory accessesMax memory accessesResultCompiler LogSimulator errors
fibonacci lexer 0 0 N/A N/A N/A N/A Pass
int lexer 0 0 N/A N/A N/A N/A Pass
intintint lexer 0 0 N/A N/A N/A N/A Pass
single_comment lexer 0 0 N/A N/A N/A N/A Pass
multi_comment lexer 0 0 N/A N/A N/A N/A Pass
nested_comments lexer 0 0 N/A N/A N/A N/A Pass
all_tokens lexer 0 0 N/A N/A N/A N/A Pass
escape_codes_1 lexer 0 0 N/A N/A N/A N/A Pass
escape_codes_2 lexer 250 250 N/A N/A N/A N/A Pass
multiple_characters_in_single_quotes lexer 250 250 N/A N/A N/A N/A Pass
char_assign_digits lexer 250 250 N/A N/A N/A N/A Pass
most_chars lexer 0 0 N/A N/A N/A N/A Pass
no_main lexer 0 0 N/A N/A N/A N/A Pass
minimal lexer 0 0 N/A N/A N/A N/A Pass
undefined_token lexer 250 250 N/A N/A N/A N/A Pass
identifiers lexer 0 0 N/A N/A N/A N/A Pass
includes lexer 0 0 N/A N/A N/A N/A Pass
preprocessing lexer 250 250 N/A N/A N/A N/A Pass
empty lexer 0 0 N/A N/A N/A N/A Pass
division lexer 0 0 N/A N/A N/A N/A Pass
fibonacci parser 0 0 N/A N/A N/A N/A Pass
arithmetic interpreter parser 0 0 N/A N/A N/A N/A Pass
sort linked list parser 0 0 N/A N/A N/A N/A Pass
int parser 245 245 N/A N/A N/A N/A Pass
single_comment parser 0 0 N/A N/A N/A N/A Pass
multi_comment parser 0 0 N/A N/A N/A N/A Pass
nested_comments parser 245 245 N/A N/A N/A N/A Pass
escape_codes_1 parser 0 0 N/A N/A N/A N/A Pass
most_chars parser 0 0 N/A N/A N/A N/A Pass
no_main parser 245 245 N/A N/A N/A N/A Pass
minimal parser 0 0 N/A N/A N/A N/A Pass
just_main parser 245 245 N/A N/A N/A N/A Pass
identifiers parser 0 0 N/A N/A N/A N/A Pass
includes parser 0 0 N/A N/A N/A N/A Pass
break parser 0 0 N/A N/A N/A N/A Pass
continue parser 0 0 N/A N/A N/A N/A Pass
break_without_semicolon parser 245 245 N/A N/A N/A N/A Pass
continue_without_semicolon parser 245 245 N/A N/A N/A N/A Pass
empty parser 0 0 N/A N/A N/A N/A Pass
while_loop_1 parser 0 0 N/A N/A N/A N/A Pass
while_loop_2 parser 0 0 N/A N/A N/A N/A Pass
while_loop_3 parser 245 245 N/A N/A N/A N/A Pass
unterminated_stmt parser 245 245 N/A N/A N/A N/A Pass
function_application_1 parser 245 245 N/A N/A N/A N/A Pass
function_application_2 parser 0 0 N/A N/A N/A N/A Pass
function_application_3 parser 0 0 N/A N/A N/A N/A Pass
function_application_4 parser 245 245 N/A N/A N/A N/A Pass
function_declaration parser 0 0 N/A N/A N/A N/A Pass
function_declaration_without_semicolon parser 245 245 N/A N/A N/A N/A Pass
function_declaration_malformed parser 245 245 N/A N/A N/A N/A Pass
function_decl_def_and_struct parser 0 0 N/A N/A N/A N/A Pass
function_application_5 parser 0 0 N/A N/A N/A N/A Pass
count_to_n parser 0 0 N/A N/A N/A N/A Pass
declarations parser 0 0 N/A N/A N/A N/A Pass
missing_declarations parser 0 0 N/A N/A N/A N/A Pass
double_declarations parser 0 0 N/A N/A N/A N/A Pass
reserved_keyword_as_identifier parser 245 245 N/A N/A N/A N/A Pass
program_ends_with_single_comment parser 0 0 N/A N/A N/A N/A Pass
empty_functions_1 parser 0 0 N/A N/A N/A N/A Pass
empty_functions_2 parser 0 0 N/A N/A N/A N/A Pass
empty_comparison parser 245 245 N/A N/A N/A N/A Pass
else_if parser 0 0 N/A N/A N/A N/A Pass
arithmetic_1 parser 0 0 N/A N/A N/A N/A Pass
arithmetic_2 parser 0 0 N/A N/A N/A N/A Pass
broken_arithmetic parser 245 245 N/A N/A N/A N/A Pass
assignment_error parser 245 245 N/A N/A N/A N/A Pass
all_syntax_categories parser 0 0 N/A N/A N/A N/A Pass
all_syntax_categories_with_spaces parser 0 0 N/A N/A N/A N/A Pass
all_syntax_categories_compact parser 0 0 N/A N/A N/A N/A Pass
type_error parser 0 0 N/A N/A N/A N/A Pass
identifier_missing_type parser 245 245 N/A N/A N/A N/A Pass
nested_conditional_statements parser 0 0 N/A N/A N/A N/A Pass
empty_conditional parser 245 245 N/A N/A N/A N/A Pass
if_empty_body parser 0 0 N/A N/A N/A N/A Pass
statements_as_expressions parser 245 245 N/A N/A N/A N/A Pass
deep_body_nesting parser 0 0 N/A N/A N/A N/A Pass
variable_initialization parser 245 245 N/A N/A N/A N/A Pass
returning_multiple_times parser 0 0 N/A N/A N/A N/A Pass
else parser 245 245 N/A N/A N/A N/A Pass
struct_wrong parser 245 245 N/A N/A N/A N/A Pass
struct_usage parser 0 0 N/A N/A N/A N/A Pass
struct_declaration parser 0 0 N/A N/A N/A N/A Pass
ternary_comparison parser 0 0 N/A N/A N/A N/A Pass
pointer_pointer parser 0 0 N/A N/A N/A N/A Pass
pointer_dereference parser 0 0 N/A N/A N/A N/A Pass
struct_pointer_dereference parser 0 0 N/A N/A N/A N/A Pass
double_reference parser 245 245 N/A N/A N/A N/A Pass
type_cast parser 245 245 N/A N/A N/A N/A Pass
Test nameComponentCompiler exit codeExpected compiler exit codeCompiled program codeExpected compiled program codeMemory accessesMax memory accessesResultCompiler LogSimulator errors
hidden17 lexer 250 250 N/A N/A N/A N/A Pass
hidden1 parser 0 0 N/A N/A N/A N/A Pass
hidden2 parser 0 0 N/A N/A N/A N/A Pass
hidden3 parser 0 0 N/A N/A N/A N/A Pass
hidden4 parser 0 0 N/A N/A N/A N/A Pass
hidden5 parser 0 0 N/A N/A N/A N/A Pass
hidden6 parser 0 0 N/A N/A N/A N/A Pass
hidden7 parser 0 0 N/A N/A N/A N/A Pass
hidden8 parser 0 0 N/A N/A N/A N/A Pass
hidden9 parser 0 0 N/A N/A N/A N/A Pass
hidden10 parser 0 0 N/A N/A N/A N/A Pass
hidden11 parser 0 0 N/A N/A N/A N/A Pass
hidden12 parser 0 0 N/A N/A N/A N/A Pass
hidden13 parser 245 245 N/A N/A N/A N/A Pass
hidden14 parser 0 0 N/A N/A N/A N/A Pass
hidden15 parser 0 0 N/A N/A N/A N/A Pass
hidden16 parser 0 0 N/A N/A N/A N/A Pass
hidden18 parser 0 0 N/A N/A N/A N/A Pass
hidden19 parser 245 245 N/A N/A N/A N/A Pass
hidden20 parser 0 0 N/A N/A N/A N/A Pass
hidden21 parser 0 0 N/A N/A N/A N/A Pass
hidden22 parser 245 245 N/A N/A N/A N/A Pass
hidden23 parser 0 0 N/A N/A N/A N/A Pass
Test nameComponentCompiler exit codeExpected compiler exit codeCompiled program codeExpected compiled program codeMemory accessesMax memory accessesResultCompiler LogSimulator errors
fibonacci ast 0 0 N/A N/A N/A N/A Pass
loop break continue ast 0 0 N/A N/A N/A N/A Pass
escaped chars ast 0 0 N/A N/A N/A N/A Pass
arithmetic interpreter ast 0 0 N/A N/A N/A N/A Pass
sort linked list ast 0 0 N/A N/A N/A N/A Pass
arithmetics ast 0 0 N/A N/A N/A N/A Pass
arithmetics_plus ast 0 0 N/A N/A N/A N/A Pass
arithmetics_plus_mul ast 0 0 N/A N/A N/A N/A Pass
arithmetics_parentheses ast 0 0 N/A N/A N/A N/A Pass
arithmetics_modulo ast 0 0 N/A N/A N/A N/A Pass
arithmetics_division ast 0 0 N/A N/A N/A N/A Pass
unary_operator_1 ast 0 0 N/A N/A N/A N/A Pass
unary_operator_2 ast 0 0 N/A N/A N/A N/A Pass
function_call_1 ast 0 0 N/A N/A N/A N/A Pass
function_call_2 ast 0 0 N/A N/A N/A N/A Pass
return_1 ast 0 0 N/A N/A N/A N/A Pass
return_2 ast 0 0 N/A N/A N/A N/A Pass
return_3 ast 0 0 N/A N/A N/A N/A Pass
return_4 ast 0 0 N/A N/A N/A N/A Pass
nested_blocks_1 ast 0 0 N/A N/A N/A N/A Pass
nested_blocks_2 ast 0 0 N/A N/A N/A N/A Pass
blocks_in_sequence ast 0 0 N/A N/A N/A N/A Pass
assignment_1 ast 0 0 N/A N/A N/A N/A Pass
assignment_2 ast 0 0 N/A N/A N/A N/A Pass
print_s ast 0 0 N/A N/A N/A N/A Pass
read_c_1 ast 0 0 N/A N/A N/A N/A Pass
read_c_2 ast 0 0 N/A N/A N/A N/A Pass
read_i_1 ast 0 0 N/A N/A N/A N/A Pass
read_i_2 ast 0 0 N/A N/A N/A N/A Pass
print_c ast 0 0 N/A N/A N/A N/A Pass
print_i ast 0 0 N/A N/A N/A N/A Pass
while_loop ast 0 0 N/A N/A N/A N/A Pass
while_forever ast 0 0 N/A N/A N/A N/A Pass
if ast 0 0 N/A N/A N/A N/A Pass
if_else ast 0 0 N/A N/A N/A N/A Pass
if_else_if_else ast 0 0 N/A N/A N/A N/A Pass
if_if_else ast 0 0 N/A N/A N/A N/A Pass
procedure_declaration_1 ast 0 0 N/A N/A N/A N/A Pass
procedure_declaration_2 ast 0 0 N/A N/A N/A N/A Pass
procedure_declarations ast 0 0 N/A N/A N/A N/A Pass
global_variable_declaration ast 0 0 N/A N/A N/A N/A Pass
global_variable_declarations ast 0 0 N/A N/A N/A N/A Pass
local_variable_declaration ast 0 0 N/A N/A N/A N/A Pass
local_variable_declarations ast 0 0 N/A N/A N/A N/A Pass
includes ast 0 0 N/A N/A N/A N/A Pass
minimal ast 0 0 N/A N/A N/A N/A Pass
struct_use ast 0 0 N/A N/A N/A N/A Pass
strliteral ast 0 0 N/A N/A N/A N/A Pass
pointers_and_arrays_and_structs ast 0 0 N/A N/A N/A N/A Pass
struct_decl ast 0 0 N/A N/A N/A N/A Pass
assignment_expression ast 0 0 N/A N/A N/A N/A Pass
fibonacci sem 0 0 N/A N/A N/A N/A Pass
arithmetic interpreter sem 0 0 N/A N/A N/A N/A Pass
sort linked list sem 240 0 N/A N/A N/A N/A Fail
pass array with correct size sem 0 0 N/A N/A N/A N/A Pass
pass array with incorrect size sem 240 240 N/A N/A N/A N/A Pass
pass array with incorrect dims sem 240 240 N/A N/A N/A N/A Pass
minimal sem 0 0 N/A N/A N/A N/A Pass
global_declaration_1 sem 0 0 N/A N/A N/A N/A Pass
duplicate_global_declarations_1 sem 240 240 N/A N/A N/A N/A Pass
duplicate_global_declarations_2 sem 240 240 N/A N/A N/A N/A Pass
many_duplicate_global_declarations sem 240 240 N/A N/A N/A N/A Pass
global_shadowing_1 sem 0 0 N/A N/A N/A N/A Pass
global_shadowing_2 sem 0 0 N/A N/A N/A N/A Pass
global_shadowing_3 sem 240 240 N/A N/A N/A N/A Pass
global_shadowing_4 sem 0 0 N/A N/A N/A N/A Pass
global_shadowing_5 sem 240 240 N/A N/A N/A N/A Pass
local_shadowing_1 sem 0 0 N/A N/A N/A N/A Pass
local_shadowing_2 sem 0 0 N/A N/A N/A N/A Pass
mutual_recursion sem 240 240 N/A N/A N/A N/A Pass
undeclared_function_1 sem 240 240 N/A N/A N/A N/A Pass
undeclared_function_2 sem 240 240 N/A N/A N/A N/A Pass
undeclared_parameter sem 240 240 N/A N/A N/A N/A Pass
print_s sem 0 0 N/A N/A N/A N/A Pass
print_i sem 0 0 N/A N/A N/A N/A Pass
print_c sem 0 0 N/A N/A N/A N/A Pass
read_i sem 0 0 N/A N/A N/A N/A Pass
read_c sem 0 0 N/A N/A N/A N/A Pass
global_variable_assignment_1 sem 0 0 N/A N/A N/A N/A Pass
global_variable_assignment_2 sem 240 240 N/A N/A N/A N/A Pass
local_variable_assignment_1 sem 0 0 N/A N/A N/A N/A Pass
local_variable_assignment_2 sem 240 240 N/A N/A N/A N/A Pass
void_variable sem 240 240 N/A N/A N/A N/A Pass
main_return_1 sem 0 0 N/A N/A N/A N/A Pass
main_return_2 sem 240 240 N/A N/A N/A N/A Pass
arity_mismatch_1 sem 240 240 N/A N/A N/A N/A Pass
arity_mismatch_2 sem 240 240 N/A N/A N/A N/A Pass
function_returns_1 sem 0 0 N/A N/A N/A N/A Pass
function_returns_2 sem 240 240 N/A N/A N/A N/A Pass
arithmetics_1 sem 0 0 N/A N/A N/A N/A Pass
arithmetics_2 sem 240 240 N/A N/A N/A N/A Pass
arithmetics_3 sem 240 240 N/A N/A N/A N/A Pass
function_call_1 sem 240 240 N/A N/A N/A N/A Pass
function_call_2 sem 0 0 N/A N/A N/A N/A Pass
conditional_1 sem 240 240 N/A N/A N/A N/A Pass
conditional_2 sem 240 240 N/A N/A N/A N/A Pass
conditional_3 sem 240 240 N/A N/A N/A N/A Pass
conditional_4 sem 240 240 N/A N/A N/A N/A Pass
shadowing_6 sem 0 0 N/A N/A N/A N/A Pass
shadowing_7 sem 0 0 N/A N/A N/A N/A Pass
shadowing_12 sem 240 240 N/A N/A N/A N/A Pass
valid_lvalues sem 0 0 N/A N/A N/A N/A Pass
invalid_lvalue sem 240 240 N/A N/A N/A N/A Pass
struct_delc sem 240 240 N/A N/A N/A N/A Pass
struct_delc_and_use sem 240 0 N/A N/A N/A N/A Fail
struct_nesting sem 240 0 N/A N/A N/A N/A Fail
assignment_expression_1 sem 0 0 N/A N/A N/A N/A Pass
assignment_expression_2 sem 240 240 N/A N/A N/A N/A Pass
assignment_expression_3 sem 240 0 N/A N/A N/A N/A Fail
multidim_array_decl sem 0 0 N/A N/A N/A N/A Pass
multidim_array_access_1 sem 0 0 N/A N/A N/A N/A Pass
multidim_array_access_2 sem 240 240 N/A N/A N/A N/A Pass
Test nameComponentCompiler exit codeExpected compiler exit codeCompiled program codeExpected compiled program codeMemory accessesMax memory accessesResultCompiler LogSimulator errors
hidden1 sem 0 0 N/A N/A N/A N/A Pass
hidden2 sem 0 0 N/A N/A N/A N/A Pass
hidden3 sem 0 0 N/A N/A N/A N/A Pass
hidden4 sem 0 0 N/A N/A N/A N/A Pass
hidden5 sem 0 0 N/A N/A N/A N/A Pass
hidden6 sem 0 0 N/A N/A N/A N/A Pass
hidden7 sem 0 0 N/A N/A N/A N/A Pass
hidden8 sem 0 0 N/A N/A N/A N/A Pass
hidden9 sem 0 0 N/A N/A N/A N/A Pass
hidden10 sem 240 240 N/A N/A N/A N/A Pass
hidden11 sem 240 240 N/A N/A N/A N/A Pass
hidden12 sem 240 240 N/A N/A N/A N/A Pass
hidden13 sem 240 240 N/A N/A N/A N/A Pass
hidden14 sem 0 0 N/A N/A N/A N/A Pass
hidden15 sem 0 0 N/A N/A N/A N/A Pass
hidden16 sem 240 240 N/A N/A N/A N/A Pass
hidden17 sem 240 240 N/A N/A N/A N/A Pass
hidden18 sem 240 0 N/A N/A N/A N/A Fail
hidden19 sem 240 240 N/A N/A N/A N/A Pass
hidden20 sem 0 0 N/A N/A N/A N/A Pass
hidden21 sem 240 240 N/A N/A N/A N/A Pass
hidden22 sem 0 0 N/A N/A N/A N/A Pass
hidden23 sem 240 240 N/A N/A N/A N/A Pass
Test nameComponentCompiler exit codeExpected compiler exit codeCompiled program codeExpected compiled program codeMemory accessesMax memory accessesResultCompiler LogSimulator errors
sort linked list gen 240 0 0 0 N/A N/A Fail
funcall multi-dimensional array gen 0 0 230 0 N/A N/A Fail
array in struct gen 0 0 0 0 N/A N/A Pass
array in struct 2 gen 0 0 0 0 N/A N/A Pass
hello_world gen 0 0 0 0 N/A N/A Pass
int_literals gen 0 0 0 0 N/A N/A Pass
nested_whiles gen 0 0 0 0 N/A N/A Pass
shadowing gen 0 0 0 0 N/A N/A Pass
arithmetics gen 0 0 0 0 N/A N/A Pass
character_comparison gen 0 0 0 0 N/A N/A Pass
branching_1 gen 0 0 0 0 N/A N/A Pass
branching_2 gen 0 0 0 0 N/A N/A Pass
branching_3 gen 0 0 0 0 N/A N/A Pass
count_down_from_n gen 0 0 0 0 N/A N/A Pass
count_to_n gen 0 0 0 0 N/A N/A Pass
global_variable gen 0 0 0 0 N/A N/A Pass
function_call gen 0 0 0 0 N/A N/A Pass
while_true gen 0 0 125 125 N/A N/A Pass
read_c gen 0 0 0 0 N/A N/A Pass
read_i gen 0 0 0 0 N/A N/A Pass
struct access gen 0 0 0 0 N/A N/A Pass
funcall with struct gen 0 0 230 0 N/A N/A Fail
cashmachine gen 0 0 230 0 N/A N/A Fail
dec2bin gen 0 0 0 0 N/A N/A Pass
fibonacci gen 0 0 0 0 N/A N/A Pass
factorial gen 0 0 0 0 N/A N/A Pass
is_leap_year gen 0 0 0 0 N/A N/A Pass
is_palindromic gen 0 0 0 0 N/A N/A Pass
is_prime gen 0 0 0 0 N/A N/A Pass
pascals_triangle gen 0 0 0 0 N/A N/A Pass
tictactoe gen 0 0 0 0 N/A N/A Pass
towers_of_hanoi gen 0 0 0 0 N/A N/A Pass
binary_search gen 0 0 0 0 N/A N/A Pass
Test nameComponentCompiler exit codeExpected compiler exit codeCompiled program codeExpected compiled program codeMemory accessesMax memory accessesResultCompiler LogSimulator errors
hidden1 gen 0 0 0 0 N/A N/A Pass
hidden2 gen 0 0 0 0 N/A N/A Pass
hidden3 gen 0 0 230 0 N/A N/A Fail
hidden4 gen 0 0 0 0 N/A N/A Pass
hidden5 gen 240 0 0 0 N/A N/A Fail
hidden6 gen 0 0 0 0 N/A N/A Pass
hidden7 gen 0 0 0 0 N/A N/A Pass
hidden8 gen 240 0 0 0 N/A N/A Fail
hidden9 gen 240 0 0 0 N/A N/A Fail
hidden10 gen 240 0 0 0 N/A N/A Fail
hidden11 gen 0 0 230 0 N/A N/A Fail
hidden12 gen 240 0 0 0 N/A N/A Fail
hidden13 gen 0 0 230 0 N/A N/A Fail Error in /tmp/tmpzle0xhoo.asm line 1069: Runtime exception at 0x00401334: fetch address not aligned on word boundary 0x00000002 Processing terminated due to errors.
hidden14 gen 0 0 230 0 N/A N/A Fail Error in /tmp/tmp5958vza8.asm line 508: Runtime exception at 0x004008dc: fetch address not aligned on word boundary 0x31313131 Processing terminated due to errors.
Test nameComponentCompiler exit codeExpected compiler exit codeCompiled program codeExpected compiled program codeMemory accessesMax memory accessesResultCompiler LogSimulator errors
array_complex_reduction_8 regalloc 0 0 230 0 N/A 49 Fail
arithmetic_chain_short_hoisted regalloc 0 0 0 0 4 4 + 5% Pass
balanced_arithmetic_tree_large regalloc 0 0 0 0 4 4 + 5% Pass
arithmetic_chains_long regalloc 0 0 0 0 8 8 + 5% Pass
balanced_addition_tree_small_hoisted regalloc 0 0 0 0 4 4 + 5% Pass
array_simple_reduction_1 regalloc 0 0 125 0 N/A 86 Fail
array_complex_reduction_2 regalloc 0 0 230 0 N/A 67 Fail
array_complex_reduction_3 regalloc 0 0 230 0 N/A 45 Fail
balanced_arithmetic_tree_small_hoisted regalloc 0 0 0 0 4 4 + 5% Pass
array_complex_reduction_12 regalloc 0 0 230 0 N/A 48 Fail
arithmetic_chains_short_hoisted regalloc 0 0 0 0 8 8 + 5% Pass
arithmetic_chain_long_hoisted regalloc 0 0 230 0 N/A 12 Fail Error in /tmp/tmp8336bvxa.asm line 20 column 6: "v1": operand is of incorrect type Error in /tmp/tmp8336bvxa.asm line 21 column 4: "v58": operand is of incorrect type Error in /tmp/tmp8336bvxa.asm line 41 column 6: "v5": operand is of incorrect type Error in /tmp/tmp8336bvxa.asm line 42 column 4: "v59": operand is of incorrect type Error in /tmp/tmp8336bvxa.asm line 72 column 6: "v11": operand is of incorrect type Error in /tmp/tmp8336bvxa.asm line 73 column 4: "v60": operand is of incorrect type Error in /tmp/tmp8336bvxa.asm line 78 column 6: "v12": operand is of incorrect type Error in /tmp/tmp8336bvxa.asm line 79 column 4: "v61": operand is of incorrect type Error in /tmp/tmp8336bvxa.asm line 126 column 4: "v62": operand is of incorrect type Error in /tmp/tmp8336bvxa.asm line 127 column 9: "v12": operand is of incorrect type Error in /tmp/tmp8336bvxa.asm line 163 column 4: "v63": operand is of incorrect type Error in /tmp/tmp8336bvxa.asm line 164 column 14: "v5": operand is of incorrect type Error in /tmp/tmp8336bvxa.asm line 230 column 4: "v64": operand is of incorrect type Error in /tmp/tmp8336bvxa.asm line 231 column 14: "v1": operand is of incorrect type Error in /tmp/tmp8336bvxa.asm line 237 column 4: "v65": operand is of incorrect type Error in /tmp/tmp8336bvxa.asm line 238 column 13: "v11": operand is of incorrect type Error in /tmp/tmp8336bvxa.asm line 244 column 4: "v66": operand is of incorrect type Error in /tmp/tmp8336bvxa.asm line 245 column 13: "v1": operand is of incorrect type Processing terminated due to errors.
array_simple_reduction_4 regalloc 0 0 0 0 20 22 + 5% Pass
balanced_addition_tree_large_hoisted regalloc 0 0 230 0 N/A 84 Fail Error in /tmp/tmpf5p9w3x0.asm line 15 column 6: "v0": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 16 column 4: "v159": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 21 column 6: "v1": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 22 column 4: "v160": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 27 column 6: "v2": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 28 column 4: "v161": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 38 column 6: "v4": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 39 column 4: "v162": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 44 column 6: "v5": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 45 column 4: "v163": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 50 column 6: "v6": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 51 column 4: "v164": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 56 column 6: "v7": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 57 column 4: "v165": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 62 column 6: "v8": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 63 column 4: "v166": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 68 column 6: "v9": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 69 column 4: "v167": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 79 column 6: "v11": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 80 column 4: "v168": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 85 column 6: "v12": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 86 column 4: "v169": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 91 column 6: "v13": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 92 column 4: "v170": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 97 column 6: "v14": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 98 column 4: "v171": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 113 column 6: "v17": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 114 column 4: "v172": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 124 column 6: "v19": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 125 column 4: "v173": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 130 column 6: "v20": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 131 column 4: "v174": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 136 column 6: "v21": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 137 column 4: "v175": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 147 column 6: "v23": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 148 column 4: "v176": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 153 column 6: "v24": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 154 column 4: "v177": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 159 column 6: "v25": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 160 column 4: "v178": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 170 column 6: "v27": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 171 column 4: "v179": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 176 column 6: "v28": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 177 column 4: "v180": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 187 column 6: "v30": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 188 column 4: "v181": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 193 column 6: "v31": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 194 column 4: "v182": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 219 column 6: "v36": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 220 column 4: "v183": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 230 column 6: "v38": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 231 column 4: "v184": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 236 column 6: "v39": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 237 column 4: "v185": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 247 column 6: "v41": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 248 column 4: "v186": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 253 column 6: "v42": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 254 column 4: "v187": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 264 column 6: "v44": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 265 column 4: "v188": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 299 column 4: "v189": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 300 column 14: "v4": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 315 column 4: "v190": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 316 column 14: "v5": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 327 column 4: "v191": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 328 column 4: "v192": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 329 column 10: "v38": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 348 column 4: "v193": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 349 column 10: "v41": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 360 column 4: "v194": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 361 column 4: "v195": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 362 column 10: "v44": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 388 column 4: "v196": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 389 column 4: "v197": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 390 column 10: "v0": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 413 column 4: "v198": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 414 column 10: "v0": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 425 column 4: "v199": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 426 column 4: "v200": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 427 column 10: "v1": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 442 column 4: "v201": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 443 column 4: "v202": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 444 column 10: "v1": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 455 column 4: "v203": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 456 column 4: "v204": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 457 column 10: "v2": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 487 column 4: "v205": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 488 column 4: "v206": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 489 column 10: "v4": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 504 column 4: "v207": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 505 column 4: "v208": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 506 column 10: "v6": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 517 column 4: "v209": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 518 column 4: "v210": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 519 column 10: "v8": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 546 column 4: "v211": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 547 column 10: "v11": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 558 column 4: "v212": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 559 column 4: "v213": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 560 column 10: "v14": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 575 column 4: "v214": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 576 column 4: "v215": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 577 column 10: "v17": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 588 column 4: "v216": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 589 column 4: "v217": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 590 column 10: "v20": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 609 column 4: "v218": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 610 column 4: "v219": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 611 column 10: "v23": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 622 column 4: "v220": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 623 column 14: "v1": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 638 column 4: "v221": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 639 column 4: "v222": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 640 column 10: "v28": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 651 column 4: "v223": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 652 column 10: "v31": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 675 column 4: "v224": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 676 column 14: "v5": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 687 column 4: "v225": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 688 column 14: "v7": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 703 column 4: "v226": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 704 column 14: "v9": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 715 column 4: "v227": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 716 column 14: "v12": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 746 column 4: "v228": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 747 column 10: "v0": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 762 column 4: "v229": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 763 column 4: "v230": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 764 column 10: "v0": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 775 column 4: "v231": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 776 column 4: "v232": operand is of incorrect type Error in /tmp/tmpf5p9w3x0.asm line 777 column 10: "v0": operand is of incorrect type Processing terminated due to errors.
array_complex_reduction_4 regalloc 0 0 230 0 N/A 25 Fail
array_complex_reduction_6 regalloc 0 0 230 0 N/A 73 Fail
addition_chain_long regalloc 0 0 0 0 4 4 + 5% Pass
arithmetic_chains_short regalloc 0 0 0 0 8 8 + 5% Pass
array_multiplication_table_sum regalloc 0 0 0 0 35 37 + 5% Pass
array_simple_reduction_2 regalloc 0 0 0 0 14 16 + 5% Pass
hello_world regalloc 0 0 0 0 4 4 + 5% Pass
int_literals regalloc 0 0 0 0 24 24 + 5% Pass
nested_whiles regalloc 0 0 0 0 8 8 + 5% Pass
shadowing regalloc 0 0 0 0 40 48 + 5% Pass
arithmetics regalloc 0 0 0 0 4 4 + 5% Pass
character_comparison regalloc 0 0 0 0 8 8 + 5% Pass
branching_1 regalloc 0 0 0 0 8 8 + 5% Pass
branching_2 regalloc 0 0 0 0 8 8 + 5% Pass
branching_3 regalloc 0 0 0 0 16 16 + 5% Pass
count_down_from_n regalloc 0 0 0 0 12 12 + 5% Pass
count_to_n regalloc 0 0 0 0 12 12 + 5% Pass
global_variable regalloc 0 0 0 0 6 6 + 5% Pass
function_call regalloc 0 0 0 0 15 17 + 5% Pass
read_c regalloc 0 0 0 0 8 8 + 5% Pass
read_i regalloc 0 0 0 0 8 8 + 5% Pass
struct access regalloc 0 0 0 0 8 8 + 5% Pass
funcall with struct regalloc 0 0 0 0 33 39 + 5% Pass
cashmachine regalloc 0 0 230 0 N/A 479 Fail
dec2bin regalloc 0 0 230 0 N/A 140 Fail
fibonacci regalloc 0 0 230 0 N/A 24 Fail
factorial regalloc 0 0 0 0 50 58 + 5% Pass
is_leap_year regalloc 0 0 0 0 28 28 + 5% Pass
is_palindromic regalloc 0 0 230 0 N/A 20 Fail
is_prime regalloc 0 0 125 0 N/A 36 Fail
pascals_triangle regalloc 0 0 230 0 N/A 95 Fail
tictactoe regalloc 0 0 230 0 N/A 591 Fail
towers_of_hanoi regalloc 0 0 0 0 64 86 + 5% Pass
binary_search regalloc 0 0 125 0 N/A 59 Fail
arithmetic_chain_partially_hoisted regalloc 0 0 0 0 14 28 + 5% Pass
arithmetic_chain_long_partially_hoisted regalloc 0 0 0 0 14 20 + 5% Pass
arithmetic_chain_hoisted_unbalanced_usage regalloc 0 0 0 0 14 22 + 5% Pass
arithmetic_chain_long_hoisted_unbalanced_usage regalloc 0 0 0 0 14 24 + 5% Pass
arithmetic_chain_hoisted_multiple_uses regalloc 0 0 230 0 N/A 96 Fail Error in /tmp/tmplxvvhk8s.asm line 27 column 5: "v4": operand is of incorrect type Error in /tmp/tmplxvvhk8s.asm line 28 column 4: "v87": operand is of incorrect type Error in /tmp/tmplxvvhk8s.asm line 32 column 5: "v6": operand is of incorrect type Error in /tmp/tmplxvvhk8s.asm line 33 column 4: "v88": operand is of incorrect type Error in /tmp/tmplxvvhk8s.asm line 59 column 4: "v89": operand is of incorrect type Error in /tmp/tmplxvvhk8s.asm line 60 column 9: "v4": operand is of incorrect type Error in /tmp/tmplxvvhk8s.asm line 62 column 4: "v90": operand is of incorrect type Error in /tmp/tmplxvvhk8s.asm line 63 column 13: "v6": operand is of incorrect type Error in /tmp/tmplxvvhk8s.asm line 86 column 4: "v91": operand is of incorrect type Error in /tmp/tmplxvvhk8s.asm line 87 column 9: "v4": operand is of incorrect type Error in /tmp/tmplxvvhk8s.asm line 91 column 4: "v92": operand is of incorrect type Error in /tmp/tmplxvvhk8s.asm line 92 column 9: "v6": operand is of incorrect type Error in /tmp/tmplxvvhk8s.asm line 115 column 4: "v93": operand is of incorrect type Error in /tmp/tmplxvvhk8s.asm line 116 column 9: "v4": operand is of incorrect type Error in /tmp/tmplxvvhk8s.asm line 119 column 4: "v94": operand is of incorrect type Error in /tmp/tmplxvvhk8s.asm line 120 column 13: "v6": operand is of incorrect type Processing terminated due to errors.
arithmetic_chain_unbalanced_tree_1 regalloc 0 0 230 0 N/A 146 Fail Error in /tmp/tmp6hbopnpw.asm line 20 column 4: "v4": operand is of incorrect type Error in /tmp/tmp6hbopnpw.asm line 21 column 4: "v63": operand is of incorrect type Error in /tmp/tmp6hbopnpw.asm line 23 column 4: "v8": operand is of incorrect type Error in /tmp/tmp6hbopnpw.asm line 24 column 4: "v64": operand is of incorrect type Error in /tmp/tmp6hbopnpw.asm line 28 column 4: "v16": operand is of incorrect type Error in /tmp/tmp6hbopnpw.asm line 29 column 4: "v65": operand is of incorrect type Error in /tmp/tmp6hbopnpw.asm line 30 column 4: "v18": operand is of incorrect type Error in /tmp/tmp6hbopnpw.asm line 31 column 4: "v66": operand is of incorrect type Error in /tmp/tmp6hbopnpw.asm line 32 column 4: "v20": operand is of incorrect type Error in /tmp/tmp6hbopnpw.asm line 33 column 4: "v67": operand is of incorrect type Error in /tmp/tmp6hbopnpw.asm line 34 column 4: "v22": operand is of incorrect type Error in /tmp/tmp6hbopnpw.asm line 35 column 4: "v68": operand is of incorrect type Error in /tmp/tmp6hbopnpw.asm line 37 column 4: "v26": operand is of incorrect type Error in /tmp/tmp6hbopnpw.asm line 38 column 4: "v69": operand is of incorrect type Error in /tmp/tmp6hbopnpw.asm line 39 column 4: "v28": operand is of incorrect type Error in /tmp/tmp6hbopnpw.asm line 40 column 4: "v70": operand is of incorrect type Error in /tmp/tmp6hbopnpw.asm line 41 column 4: "v30": operand is of incorrect type Error in /tmp/tmp6hbopnpw.asm line 42 column 4: "v71": operand is of incorrect type Error in /tmp/tmp6hbopnpw.asm line 43 column 4: "v32": operand is of incorrect type Error in /tmp/tmp6hbopnpw.asm line 44 column 4: "v72": operand is of incorrect type Error in /tmp/tmp6hbopnpw.asm line 46 column 4: "v36": operand is of incorrect type Error in /tmp/tmp6hbopnpw.asm line 47 column 4: "v73": operand is of incorrect type Error in /tmp/tmp6hbopnpw.asm line 53 column 4: "v48": operand is of incorrect type Error in /tmp/tmp6hbopnpw.asm line 54 column 4: "v74": operand is of incorrect type Error in /tmp/tmp6hbopnpw.asm line 55 column 4: "v50": operand is of incorrect type Error in /tmp/tmp6hbopnpw.asm line 56 column 4: "v75": operand is of incorrect type Error in /tmp/tmp6hbopnpw.asm line 57 column 4: "v52": operand is of incorrect type Error in /tmp/tmp6hbopnpw.asm line 58 column 4: "v76": operand is of incorrect type Error in /tmp/tmp6hbopnpw.asm line 62 column 4: "v60": operand is of incorrect type Error in /tmp/tmp6hbopnpw.asm line 63 column 4: "v77": operand is of incorrect type Error in /tmp/tmp6hbopnpw.asm line 65 column 4: "v78": operand is of incorrect type Error in /tmp/tmp6hbopnpw.asm line 66 column 9: "v60": operand is of incorrect type Error in /tmp/tmp6hbopnpw.asm line 71 column 4: "v79": operand is of incorrect type Error in /tmp/tmp6hbopnpw.asm line 72 column 9: "v52": operand is of incorrect type Error in /tmp/tmp6hbopnpw.asm line 73 column 4: "v80": operand is of incorrect type Error in /tmp/tmp6hbopnpw.asm line 74 column 5: "v50": operand is of incorrect type Error in /tmp/tmp6hbopnpw.asm line 76 column 4: "v81": operand is of incorrect type Error in /tmp/tmp6hbopnpw.asm line 77 column 9: "v48": operand is of incorrect type Error in /tmp/tmp6hbopnpw.asm line 85 column 4: "v82": operand is of incorrect type Error in /tmp/tmp6hbopnpw.asm line 86 column 9: "v36": operand is of incorrect type Error in /tmp/tmp6hbopnpw.asm line 88 column 4: "v83": operand is of incorrect type Error in /tmp/tmp6hbopnpw.asm line 89 column 9: "v32": operand is of incorrect type Error in /tmp/tmp6hbopnpw.asm line 90 column 4: "v84": operand is of incorrect type Error in /tmp/tmp6hbopnpw.asm line 91 column 9: "v30": operand is of incorrect type Error in /tmp/tmp6hbopnpw.asm line 92 column 4: "v85": operand is of incorrect type Error in /tmp/tmp6hbopnpw.asm line 93 column 9: "v28": operand is of incorrect type Error in /tmp/tmp6hbopnpw.asm line 94 column 4: "v86": operand is of incorrect type Error in /tmp/tmp6hbopnpw.asm line 95 column 5: "v26": operand is of incorrect type Error in /tmp/tmp6hbopnpw.asm line 98 column 4: "v87": operand is of incorrect type Error in /tmp/tmp6hbopnpw.asm line 99 column 9: "v22": operand is of incorrect type Error in /tmp/tmp6hbopnpw.asm line 100 column 4: "v88": operand is of incorrect type Error in /tmp/tmp6hbopnpw.asm line 101 column 9: "v20": operand is of incorrect type Error in /tmp/tmp6hbopnpw.asm line 102 column 4: "v89": operand is of incorrect type Error in /tmp/tmp6hbopnpw.asm line 103 column 5: "v18": operand is of incorrect type Error in /tmp/tmp6hbopnpw.asm line 105 column 4: "v90": operand is of incorrect type Error in /tmp/tmp6hbopnpw.asm line 106 column 9: "v16": operand is of incorrect type Error in /tmp/tmp6hbopnpw.asm line 111 column 4: "v91": operand is of incorrect type Error in /tmp/tmp6hbopnpw.asm line 112 column 9: "v8": operand is of incorrect type Error in /tmp/tmp6hbopnpw.asm line 115 column 4: "v92": operand is of incorrect type Error in /tmp/tmp6hbopnpw.asm line 116 column 9: "v4": operand is of incorrect type Processing terminated due to errors.
prefix_sum_1 regalloc 0 0 0 0 34 46 + 5% Pass
prefix_sum_2 regalloc 0 0 0 0 44 56 + 5% Pass
array_reduction_dead_code regalloc 0 0 0 0 64 78 + 5% Pass
array_reduction_shadowing regalloc 0 0 230 0 N/A 57 Fail
many_unused_vars regalloc 0 0 0 0 22 26 + 5% Pass
greatest_common_divisor regalloc 0 0 0 0 39 47 + 5% Pass
nth_triangle_number_multi_func regalloc 0 0 230 0 N/A 108 Fail
regalloc_tribonacci regalloc 0 0 125 0 N/A 52 Fail
arithmetic_chain_hoisted_unbalanced_tree regalloc 0 0 230 0 N/A 122 Fail Error in /tmp/tmpwjdvtxfp.asm line 25 column 5: "v3": operand is of incorrect type Error in /tmp/tmpwjdvtxfp.asm line 26 column 4: "v83": operand is of incorrect type Error in /tmp/tmpwjdvtxfp.asm line 28 column 5: "v4": operand is of incorrect type Error in /tmp/tmpwjdvtxfp.asm line 29 column 4: "v84": operand is of incorrect type Error in /tmp/tmpwjdvtxfp.asm line 31 column 5: "v5": operand is of incorrect type Error in /tmp/tmpwjdvtxfp.asm line 32 column 4: "v85": operand is of incorrect type Error in /tmp/tmpwjdvtxfp.asm line 34 column 5: "v6": operand is of incorrect type Error in /tmp/tmpwjdvtxfp.asm line 35 column 4: "v86": operand is of incorrect type Error in /tmp/tmpwjdvtxfp.asm line 37 column 5: "v7": operand is of incorrect type Error in /tmp/tmpwjdvtxfp.asm line 38 column 4: "v87": operand is of incorrect type Error in /tmp/tmpwjdvtxfp.asm line 48 column 5: "v12": operand is of incorrect type Error in /tmp/tmpwjdvtxfp.asm line 49 column 4: "v88": operand is of incorrect type Error in /tmp/tmpwjdvtxfp.asm line 59 column 5: "v17": operand is of incorrect type Error in /tmp/tmpwjdvtxfp.asm line 60 column 4: "v89": operand is of incorrect type Error in /tmp/tmpwjdvtxfp.asm line 62 column 5: "v18": operand is of incorrect type Error in /tmp/tmpwjdvtxfp.asm line 63 column 4: "v90": operand is of incorrect type Error in /tmp/tmpwjdvtxfp.asm line 67 column 5: "v20": operand is of incorrect type Error in /tmp/tmpwjdvtxfp.asm line 68 column 4: "v91": operand is of incorrect type Error in /tmp/tmpwjdvtxfp.asm line 79 column 4: "v92": operand is of incorrect type Error in /tmp/tmpwjdvtxfp.asm line 80 column 4: "v93": operand is of incorrect type Error in /tmp/tmpwjdvtxfp.asm line 81 column 9: "v5": operand is of incorrect type Error in /tmp/tmpwjdvtxfp.asm line 82 column 4: "v94": operand is of incorrect type Error in /tmp/tmpwjdvtxfp.asm line 83 column 5: "v3": operand is of incorrect type Error in /tmp/tmpwjdvtxfp.asm line 95 column 4: "v95": operand is of incorrect type Error in /tmp/tmpwjdvtxfp.asm line 96 column 9: "v20": operand is of incorrect type Error in /tmp/tmpwjdvtxfp.asm line 99 column 4: "v96": operand is of incorrect type Error in /tmp/tmpwjdvtxfp.asm line 100 column 9: "v18": operand is of incorrect type Error in /tmp/tmpwjdvtxfp.asm line 101 column 4: "v97": operand is of incorrect type Error in /tmp/tmpwjdvtxfp.asm line 102 column 9: "v17": operand is of incorrect type Error in /tmp/tmpwjdvtxfp.asm line 108 column 4: "v98": operand is of incorrect type Error in /tmp/tmpwjdvtxfp.asm line 109 column 9: "v12": operand is of incorrect type Error in /tmp/tmpwjdvtxfp.asm line 115 column 4: "v99": operand is of incorrect type Error in /tmp/tmpwjdvtxfp.asm line 116 column 5: "v7": operand is of incorrect type Error in /tmp/tmpwjdvtxfp.asm line 118 column 4: "v100": operand is of incorrect type Error in /tmp/tmpwjdvtxfp.asm line 119 column 9: "v6": operand is of incorrect type Error in /tmp/tmpwjdvtxfp.asm line 120 column 4: "v101": operand is of incorrect type Error in /tmp/tmpwjdvtxfp.asm line 121 column 9: "v5": operand is of incorrect type Error in /tmp/tmpwjdvtxfp.asm line 122 column 4: "v102": operand is of incorrect type Error in /tmp/tmpwjdvtxfp.asm line 123 column 9: "v4": operand is of incorrect type Error in /tmp/tmpwjdvtxfp.asm line 124 column 4: "v103": operand is of incorrect type Error in /tmp/tmpwjdvtxfp.asm line 125 column 5: "v3": operand is of incorrect type Processing terminated due to errors.
arithmetic_chain_unbalanced_tree_2 regalloc 0 0 0 0 14 18 + 5% Pass
array_difference regalloc 0 0 0 0 39 51 + 5% Pass
find_triplet_sum regalloc 0 0 125 0 N/A 64 Fail
hofstadter regalloc 0 0 230 0 N/A 84 Fail Error in /tmp/tmp1elwghbj.asm line 131: Runtime exception at 0x004001d4: address out of range 0x7fbffffc Processing terminated due to errors.
redundant_assignments regalloc 0 0 0 0 20 54 + 5% Pass
array_complex_reduction_5 regalloc 0 0 0 0 26 28 + 5% Pass
addition_chain_short_hoisted regalloc 0 0 0 0 4 4 + 5% Pass
array_complex_reduction_11 regalloc 0 0 230 0 N/A 153 Fail Error in /tmp/tmpfqo91n7p.asm line 3867: Runtime exception at 0x00401584: arithmetic overflow Processing terminated due to errors.
arithmetic_chain_long regalloc 0 0 0 0 4 4 + 5% Pass
addition_chain_short regalloc 0 0 0 0 4 4 + 5% Pass
array_sum regalloc 0 0 0 0 29 31 + 5% Pass
addition_chain_long_hoisted regalloc 0 0 230 0 N/A 18 Fail Error in /tmp/tmpxsq0v0gq.asm line 20 column 6: "v1": operand is of incorrect type Error in /tmp/tmpxsq0v0gq.asm line 21 column 4: "v67": operand is of incorrect type Error in /tmp/tmpxsq0v0gq.asm line 41 column 6: "v5": operand is of incorrect type Error in /tmp/tmpxsq0v0gq.asm line 42 column 4: "v68": operand is of incorrect type Error in /tmp/tmpxsq0v0gq.asm line 62 column 6: "v9": operand is of incorrect type Error in /tmp/tmpxsq0v0gq.asm line 63 column 4: "v69": operand is of incorrect type Error in /tmp/tmpxsq0v0gq.asm line 73 column 6: "v11": operand is of incorrect type Error in /tmp/tmpxsq0v0gq.asm line 74 column 4: "v70": operand is of incorrect type Error in /tmp/tmpxsq0v0gq.asm line 79 column 6: "v12": operand is of incorrect type Error in /tmp/tmpxsq0v0gq.asm line 80 column 4: "v71": operand is of incorrect type Error in /tmp/tmpxsq0v0gq.asm line 85 column 6: "v13": operand is of incorrect type Error in /tmp/tmpxsq0v0gq.asm line 86 column 4: "v72": operand is of incorrect type Error in /tmp/tmpxsq0v0gq.asm line 106 column 6: "v17": operand is of incorrect type Error in /tmp/tmpxsq0v0gq.asm line 107 column 4: "v73": operand is of incorrect type Error in /tmp/tmpxsq0v0gq.asm line 117 column 6: "v19": operand is of incorrect type Error in /tmp/tmpxsq0v0gq.asm line 118 column 4: "v74": operand is of incorrect type Error in /tmp/tmpxsq0v0gq.asm line 154 column 4: "v75": operand is of incorrect type Error in /tmp/tmpxsq0v0gq.asm line 155 column 14: "v17": operand is of incorrect type Error in /tmp/tmpxsq0v0gq.asm line 161 column 4: "v76": operand is of incorrect type Error in /tmp/tmpxsq0v0gq.asm line 162 column 14: "v5": operand is of incorrect type Error in /tmp/tmpxsq0v0gq.asm line 180 column 4: "v77": operand is of incorrect type Error in /tmp/tmpxsq0v0gq.asm line 181 column 14: "v19": operand is of incorrect type Error in /tmp/tmpxsq0v0gq.asm line 211 column 4: "v78": operand is of incorrect type Error in /tmp/tmpxsq0v0gq.asm line 212 column 14: "v9": operand is of incorrect type Error in /tmp/tmpxsq0v0gq.asm line 236 column 4: "v79": operand is of incorrect type Error in /tmp/tmpxsq0v0gq.asm line 237 column 14: "v11": operand is of incorrect type Error in /tmp/tmpxsq0v0gq.asm line 243 column 4: "v80": operand is of incorrect type Error in /tmp/tmpxsq0v0gq.asm line 244 column 14: "v1": operand is of incorrect type Error in /tmp/tmpxsq0v0gq.asm line 250 column 4: "v81": operand is of incorrect type Error in /tmp/tmpxsq0v0gq.asm line 251 column 14: "v12": operand is of incorrect type Error in /tmp/tmpxsq0v0gq.asm line 257 column 4: "v82": operand is of incorrect type Error in /tmp/tmpxsq0v0gq.asm line 258 column 14: "v1": operand is of incorrect type Error in /tmp/tmpxsq0v0gq.asm line 264 column 4: "v83": operand is of incorrect type Error in /tmp/tmpxsq0v0gq.asm line 265 column 14: "v13": operand is of incorrect type Processing terminated due to errors.
array_concat_dot_product regalloc 0 0 0 0 55 57 + 5% Pass
balanced_addition_tree_small regalloc 0 0 0 0 4 4 + 5% Pass
array_dot_product regalloc 0 0 0 0 39 41 + 5% Pass
balanced_addition_tree_large regalloc 0 0 0 0 4 4 + 5% Pass
array_complex_reduction_9 regalloc 0 0 125 0 N/A 66 Fail
array_simple_reduction_3 regalloc 0 0 0 0 61 63 + 5% Pass
arithmetic_chain_short regalloc 0 0 0 0 4 4 + 5% Pass
arithmetic_chains_long_hoisted regalloc 0 0 230 0 N/A 23 Fail Error in /tmp/tmp2xtd9n3w.asm line 20 column 6: "v1": operand is of incorrect type Error in /tmp/tmp2xtd9n3w.asm line 21 column 4: "v74": operand is of incorrect type Error in /tmp/tmp2xtd9n3w.asm line 41 column 6: "v5": operand is of incorrect type Error in /tmp/tmp2xtd9n3w.asm line 42 column 4: "v75": operand is of incorrect type Error in /tmp/tmp2xtd9n3w.asm line 72 column 6: "v11": operand is of incorrect type Error in /tmp/tmp2xtd9n3w.asm line 73 column 4: "v76": operand is of incorrect type Error in /tmp/tmp2xtd9n3w.asm line 78 column 6: "v12": operand is of incorrect type Error in /tmp/tmp2xtd9n3w.asm line 79 column 4: "v77": operand is of incorrect type Error in /tmp/tmp2xtd9n3w.asm line 104 column 6: "v17": operand is of incorrect type Error in /tmp/tmp2xtd9n3w.asm line 105 column 4: "v78": operand is of incorrect type Error in /tmp/tmp2xtd9n3w.asm line 115 column 6: "v19": operand is of incorrect type Error in /tmp/tmp2xtd9n3w.asm line 116 column 4: "v79": operand is of incorrect type Error in /tmp/tmp2xtd9n3w.asm line 163 column 4: "v80": operand is of incorrect type Error in /tmp/tmp2xtd9n3w.asm line 164 column 14: "v5": operand is of incorrect type Error in /tmp/tmp2xtd9n3w.asm line 170 column 4: "v81": operand is of incorrect type Error in /tmp/tmp2xtd9n3w.asm line 171 column 13: "v17": operand is of incorrect type Error in /tmp/tmp2xtd9n3w.asm line 195 column 4: "v82": operand is of incorrect type Error in /tmp/tmp2xtd9n3w.asm line 196 column 13: "v19": operand is of incorrect type Error in /tmp/tmp2xtd9n3w.asm line 262 column 4: "v83": operand is of incorrect type Error in /tmp/tmp2xtd9n3w.asm line 263 column 14: "v5": operand is of incorrect type Error in /tmp/tmp2xtd9n3w.asm line 269 column 4: "v84": operand is of incorrect type Error in /tmp/tmp2xtd9n3w.asm line 270 column 13: "v17": operand is of incorrect type Error in /tmp/tmp2xtd9n3w.asm line 294 column 4: "v85": operand is of incorrect type Error in /tmp/tmp2xtd9n3w.asm line 295 column 13: "v19": operand is of incorrect type Error in /tmp/tmp2xtd9n3w.asm line 331 column 4: "v86": operand is of incorrect type Error in /tmp/tmp2xtd9n3w.asm line 332 column 14: "v1": operand is of incorrect type Error in /tmp/tmp2xtd9n3w.asm line 338 column 4: "v87": operand is of incorrect type Error in /tmp/tmp2xtd9n3w.asm line 339 column 13: "v11": operand is of incorrect type Error in /tmp/tmp2xtd9n3w.asm line 345 column 4: "v88": operand is of incorrect type Error in /tmp/tmp2xtd9n3w.asm line 346 column 13: "v1": operand is of incorrect type Error in /tmp/tmp2xtd9n3w.asm line 352 column 4: "v89": operand is of incorrect type Error in /tmp/tmp2xtd9n3w.asm line 353 column 14: "v12": operand is of incorrect type Processing terminated due to errors.
array_complex_reduction_1 regalloc 0 0 0 0 51 53 + 5% Pass
array_complex_reduction_7 regalloc 0 0 230 0 N/A 42 Fail
balanced_arithmetic_tree_large_hoisted regalloc 0 0 230 0 N/A 177 Fail Error in /tmp/tmpjfo27lqa.asm line 15 column 6: "v0": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 16 column 4: "v281": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 21 column 6: "v1": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 22 column 4: "v282": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 27 column 6: "v2": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 28 column 4: "v283": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 33 column 6: "v3": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 34 column 4: "v284": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 39 column 6: "v4": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 40 column 4: "v285": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 45 column 6: "v5": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 46 column 4: "v286": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 51 column 6: "v6": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 52 column 4: "v287": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 57 column 6: "v7": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 58 column 4: "v288": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 63 column 6: "v8": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 64 column 4: "v289": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 69 column 6: "v9": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 70 column 4: "v290": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 75 column 6: "v10": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 76 column 4: "v291": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 81 column 6: "v11": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 82 column 4: "v292": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 87 column 6: "v12": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 88 column 4: "v293": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 98 column 6: "v14": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 99 column 4: "v294": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 104 column 6: "v15": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 105 column 4: "v295": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 110 column 6: "v16": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 111 column 4: "v296": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 116 column 6: "v17": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 117 column 4: "v297": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 122 column 6: "v18": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 123 column 4: "v298": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 128 column 6: "v19": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 129 column 4: "v299": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 134 column 6: "v20": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 135 column 4: "v300": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 140 column 6: "v21": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 141 column 4: "v301": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 146 column 6: "v22": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 147 column 4: "v302": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 152 column 6: "v23": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 153 column 4: "v303": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 158 column 6: "v24": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 159 column 4: "v304": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 164 column 6: "v25": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 165 column 4: "v305": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 170 column 6: "v26": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 171 column 4: "v306": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 176 column 6: "v27": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 177 column 4: "v307": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 182 column 6: "v28": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 183 column 4: "v308": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 193 column 6: "v30": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 194 column 4: "v309": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 199 column 6: "v31": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 200 column 4: "v310": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 205 column 6: "v32": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 206 column 4: "v311": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 211 column 6: "v33": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 212 column 4: "v312": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 217 column 6: "v34": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 218 column 4: "v313": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 228 column 6: "v36": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 229 column 4: "v314": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 234 column 6: "v37": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 235 column 4: "v315": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 240 column 6: "v38": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 241 column 4: "v316": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 251 column 6: "v40": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 252 column 4: "v317": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 257 column 6: "v41": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 258 column 4: "v318": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 263 column 6: "v42": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 264 column 4: "v319": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 269 column 6: "v43": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 270 column 4: "v320": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 275 column 6: "v44": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 276 column 4: "v321": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 286 column 6: "v46": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 287 column 4: "v322": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 292 column 6: "v47": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 293 column 4: "v323": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 298 column 6: "v48": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 299 column 4: "v324": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 304 column 6: "v49": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 305 column 4: "v325": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 310 column 6: "v50": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 311 column 4: "v326": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 321 column 6: "v52": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 322 column 4: "v327": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 337 column 6: "v55": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 338 column 4: "v328": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 343 column 6: "v56": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 344 column 4: "v329": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 349 column 6: "v57": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 350 column 4: "v330": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 355 column 6: "v58": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 356 column 4: "v331": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 361 column 6: "v59": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 362 column 4: "v332": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 372 column 6: "v61": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 373 column 4: "v333": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 383 column 6: "v63": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 384 column 4: "v334": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 389 column 6: "v64": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 390 column 4: "v335": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 395 column 6: "v65": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 396 column 4: "v336": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 411 column 6: "v68": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 412 column 4: "v337": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 422 column 6: "v70": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 423 column 4: "v338": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 428 column 6: "v71": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 429 column 4: "v339": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 462 column 4: "v340": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 463 column 14: "v3": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 474 column 4: "v341": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 475 column 14: "v4": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 490 column 4: "v342": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 491 column 14: "v5": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 499 column 4: "v343": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 500 column 4: "v344": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 501 column 9: "v57": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 520 column 4: "v345": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 521 column 4: "v346": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 522 column 9: "v63": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 548 column 4: "v347": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 549 column 13: "v18": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 560 column 4: "v348": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 561 column 4: "v349": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 562 column 10: "v0": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 585 column 4: "v350": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 586 column 4: "v351": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 587 column 10: "v0": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 598 column 4: "v352": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 599 column 4: "v353": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 600 column 10: "v1": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 612 column 4: "v354": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 613 column 9: "v1": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 624 column 4: "v355": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 625 column 4: "v356": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 626 column 9: "v2": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 645 column 4: "v357": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 646 column 4: "v358": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 647 column 9: "v3": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 658 column 4: "v359": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 659 column 9: "v4": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 674 column 4: "v360": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 675 column 4: "v361": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 676 column 10: "v6": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 687 column 4: "v362": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 688 column 4: "v363": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 689 column 10: "v8": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 716 column 4: "v364": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 717 column 4: "v365": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 718 column 10: "v11": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 726 column 4: "v366": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 727 column 4: "v367": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 728 column 9: "v15": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 743 column 4: "v368": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 744 column 4: "v369": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 745 column 9: "v19": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 756 column 4: "v370": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 757 column 4: "v371": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 758 column 9: "v25": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 777 column 4: "v372": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 778 column 13: "v1": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 789 column 4: "v373": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 790 column 4: "v374": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 791 column 10: "v33": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 806 column 4: "v375": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 807 column 4: "v376": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 808 column 10: "v37": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 819 column 4: "v377": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 820 column 4: "v378": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 821 column 10: "v43": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 841 column 4: "v379": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 842 column 4: "v380": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 843 column 9: "v49": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 854 column 4: "v381": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 855 column 4: "v382": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 856 column 9: "v55": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 871 column 4: "v383": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 872 column 4: "v384": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 873 column 9: "v61": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 884 column 4: "v385": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 885 column 13: "v12": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 904 column 4: "v386": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 905 column 14: "v16": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 916 column 4: "v387": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 917 column 4: "v388": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 918 column 10: "v0": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 933 column 4: "v389": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 934 column 4: "v390": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 935 column 10: "v0": operand is of incorrect type Error in /tmp/tmpjfo27lqa.asm line 943 column 4: "v391": operand is of incorrect type Error in line 944 column 4: Error Limit of 200 exceeded. Processing terminated due to errors.
balanced_arithmetic_tree_small regalloc 0 0 0 0 4 4 + 5% Pass
array_complex_reduction_10 regalloc 0 0 230 0 N/A 81 Fail Error in /tmp/tmpw_ps4v5s.asm line 386 column 6: "v7": operand is of incorrect type Error in /tmp/tmpw_ps4v5s.asm line 387 column 4: "v467": operand is of incorrect type Error in /tmp/tmpw_ps4v5s.asm line 1202 column 4: "v468": operand is of incorrect type Error in /tmp/tmpw_ps4v5s.asm line 1203 column 9: "v7": operand is of incorrect type Processing terminated due to errors.
Test nameComponentCompiler exit codeExpected compiler exit codeCompiled program codeExpected compiled program codeMemory accessesMax memory accessesResultCompiler LogSimulator errors
single class declaration sem 0 0 N/A N/A N/A N/A Pass
extend class not yet declared sem 240 240 N/A N/A N/A N/A Pass
class extend other class sem 0 0 N/A N/A N/A N/A Pass
class method overriding sem 0 0 N/A N/A N/A N/A Pass
class field overriding sem 240 240 N/A N/A N/A N/A Pass
class method redefined sem 240 240 N/A N/A N/A N/A Pass
class method invalid overriding sem 240 240 N/A N/A N/A N/A Pass
simple class instantiation sem 0 0 N/A N/A N/A N/A Pass
class instantiation without cast sem 240 240 N/A N/A N/A N/A Pass
class instantiation with cast sem 0 0 N/A N/A N/A N/A Pass
instantiation undeclared class sem 240 240 N/A N/A N/A N/A Pass
field access simple sem 0 0 N/A N/A N/A N/A Pass
field access inherited sem 0 0 N/A N/A N/A N/A Pass
field access undeclared sem 240 240 N/A N/A N/A N/A Pass
field access multiple sem 0 0 N/A N/A N/A N/A Pass
field access parameter sem 0 0 N/A N/A N/A N/A Pass
field access parameter invalid sem 240 240 N/A N/A N/A N/A Pass
class function call overrided sem 0 0 N/A N/A N/A N/A Pass
class function call and field access sem 0 0 N/A N/A N/A N/A Pass
class function call undeclared sem 240 240 N/A N/A N/A N/A Pass
class function call inherited sem 0 0 N/A N/A N/A N/A Pass
class type casting with field access and function call sem 0 0 N/A N/A N/A N/A Pass
class type casting with invalid field access sem 240 240 N/A N/A N/A N/A Pass
class type casting with invalid function call sem 240 240 N/A N/A N/A N/A Pass
simple_class gen 0 0 0 0 N/A N/A Pass
class_code_gen_polymorphism gen 0 0 0 0 N/A N/A Pass
class_code_gen_polymorphism_typecast gen 0 0 230 0 N/A N/A Fail Error in : invalid program counter value: 0x0000000a Processing terminated due to errors.
class_code_gen_inheritance1 gen 0 0 0 0 N/A N/A Pass
class_code_gen_inheritance2 gen 0 0 230 0 N/A N/A Fail Error in : invalid program counter value: 0x0000000a Processing terminated due to errors.
class_code_gen_reference1 gen 0 0 0 0 N/A N/A Pass
class_code_gen_reference2 gen 0 0 230 0 N/A N/A Fail
class_code_gen_reference3 gen 0 0 230 0 N/A N/A Fail
class_code_gen_reference4 gen 0 0 230 0 N/A N/A Fail
class_code_gen_function_call1 gen 0 0 230 0 N/A N/A Fail
class_code_gen_function_call2 gen 0 0 230 0 N/A N/A Fail Error in : invalid program counter value: 0x7fffeff8 Processing terminated due to errors.
class_code_gen_function_call_reference gen 0 0 230 0 N/A N/A Fail Error in : invalid program counter value: 0x7fffeff8 Processing terminated due to errors.
class_code_gen_function_call_typecast gen 0 0 230 0 N/A N/A Fail Error in /tmp/tmpvhc3w6g1.asm line 183: Runtime exception at 0x004001dc: address out of range 0x00000008 Processing terminated due to errors.
class_code_gen_function_call_poly gen 0 0 230 0 N/A N/A Fail Error in : invalid program counter value: 0x10010004 Processing terminated due to errors.
class_code_gen_inheritance_field gen 0 0 230 0 N/A N/A Fail Error in /tmp/tmpdly4dnt8.asm line 493 column 5: Symbol "changeB" not found in symbol table. Processing terminated due to errors.
class_code_gen_inheritance_function gen 0 0 230 0 N/A N/A Fail Error in /tmp/tmpnz0vxst5.asm line 302 column 5: Symbol "test5" not found in symbol table. Processing terminated due to errors.
class_code_gen_shadow_field gen 0 0 230 0 N/A N/A Fail Error in /tmp/tmphweml_90.asm line 529: Runtime exception at 0x00400810: address out of range 0x00000008 Processing terminated due to errors.
class_code_gen_fields1 gen 0 0 230 0 N/A N/A Fail Error in /tmp/tmp8ikjwq4y.asm line 343: Runtime exception at 0x00400510: address out of range 0x00000008 Processing terminated due to errors.
class_code_gen_fields2 gen 0 0 230 0 N/A N/A Fail Error in /tmp/tmp2nmcyx2e.asm line 330: Runtime exception at 0x004004cc: address out of range 0x00000008 Processing terminated due to errors.
class_code_gen_function_inherited gen 0 0 230 0 N/A N/A Fail Error in /tmp/tmp_u6mqmee.asm line 496 column 5: Symbol "test5" not found in symbol table. Processing terminated due to errors.