diff --git a/libinterp/parse-tree/oct-parse.in.yy b/libinterp/parse-tree/oct-parse.in.yy --- a/libinterp/parse-tree/oct-parse.in.yy +++ b/libinterp/parse-tree/oct-parse.in.yy @@ -2646,7 +2646,7 @@ namespace octave int l = tok_val->line (); int c = tok_val->column (); - return maybe_compound_binary_expression (op1, op2, l, c, t); + return new tree_binary_expression (op1, op2, l, c, t); } // Build a boolean expression.