diff -r 9565d7d944ce -r f537c3315f83 stage3/constant_folding.cc --- a/stage3/constant_folding.cc Fri Sep 21 09:54:10 2012 +0100 +++ b/stage3/constant_folding.cc Wed Sep 26 20:12:39 2012 +0200 @@ -732,6 +732,9 @@ error_count = 0; warning_found = false; current_display_error_level = 0; + il_operand = NULL; + search_varfb_instance_type = NULL; + prev_il_instruction = NULL; /* check whether the platform on which the compiler is being run implements IEC 559 floating point data types. */ symbol_c null_symbol;