From: Alexandre Petit-Bianco Date: Mon, 5 Oct 1998 22:36:18 +0000 (-0700) Subject: tree.def (GOTO_EXPR): Modified documentation. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=40208b1c3a69fc0f5859c930ab5a785dbc3ca8b6;p=gcc.git tree.def (GOTO_EXPR): Modified documentation. 0 * tree.def (GOTO_EXPR): Modified documentation. * expr.c (expand_expr): Expand GOTO_EXPR into a goto or a computed goto. From-SVN: r22860 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b3a90f2f608..6ddce689a54 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +Mon Oct 5 22:34:30 1998 Alexandre Petit-Bianco + + * tree.def (GOTO_EXPR): Modified documentation. + * expr.c (expand_expr): Expand GOTO_EXPR into a goto or a computed + goto. + Mon Oct 5 22:43:36 1998 David Edelsohn * unroll.c (loop_iteration_var, loop_initial_value, loop_increment