2008-12-18 Jürg Billeter <j@bitron.ch>
* gobject/valaccodecontrolflowmodule.vala:
Fix temporary variable handling in switch expressions,
fixes bug 559278
svn path=/trunk/; revision=2209
+2008-12-18 Jürg Billeter <j@bitron.ch>
+
+ * gobject/valaccodecontrolflowmodule.vala:
+
+ Fix temporary variable handling in switch expressions,
+ fixes bug 559278
+
2008-12-18 Jürg Billeter <j@bitron.ch>
* gobject/valaccodebasemodule.vala:
cblock.add_statement (body_stmt.ccodenode);
}
}
+
+ create_temp_decl (stmt, stmt.expression.temp_vars);
}
public override void visit_switch_section (SwitchSection section) {