* parse.y (switch_label): Use build, not build1, to construct
DEFAULT_EXPR.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38745
138bc75d-0d04-0410-961f-
82ee72b054a4
+2001-01-05 Bryce McKinlay <bryce@albatross.co.nz>
+
+ From patha@softlab.ericsson.se:
+ * parse.y (switch_label): Use build, not build1, to construct
+ DEFAULT_EXPR.
+
2001-01-04 Neil Booth <neil@daikokuya.demon.co.uk>
* lang.c (lang_decode_option): Change -MA to -MP.
}
| DEFAULT_TK REL_CL_TK
{
- tree lab = build1 (DEFAULT_EXPR, NULL_TREE, NULL_TREE);
+ tree lab = build (DEFAULT_EXPR, NULL_TREE, NULL_TREE);
EXPR_WFL_LINECOL (lab) = $1.location;
java_method_add_stmt (current_function_decl, lab);
}