From be821c5e6c13f7ac087e6aa2451dccd557b51054 Mon Sep 17 00:00:00 2001 From: Alexandre Petit-Bianco Date: Sun, 12 Dec 1999 19:51:53 +0000 Subject: [PATCH] tree.def (EXPR_WITH_FILE_LOCATION): Temporarily add a third operand, for use in the Java front-end. Fri Dec 10 16:12:13 1999 Alexandre Petit-Bianco * tree.def (EXPR_WITH_FILE_LOCATION): Temporarily add a third operand, for use in the Java front-end. From-SVN: r30877 --- gcc/ChangeLog | 5 +++++ gcc/tree.def | 6 ++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2d204bb7ed4..788025dd7f9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -80,6 +80,11 @@ * i386.h (DEBUG_PRINT_REG): Constify a char*. +Fri Dec 10 16:12:13 1999 Alexandre Petit-Bianco + + * tree.def (EXPR_WITH_FILE_LOCATION): Temporarily add a third + operand, for use in the Java front-end. + 1999-12-10 Ben Collins * configure.in: Fix typo for "-64" in 64bit as check. diff --git a/gcc/tree.def b/gcc/tree.def index b34895b59b3..2ba6f2de1d7 100644 --- a/gcc/tree.def +++ b/gcc/tree.def @@ -794,8 +794,10 @@ DEFTREECODE (EXIT_BLOCK_EXPR, "exit_block_expr", 'e', 2) information: a file name (EXPR_WFL_FILENAME); a line number (EXPR_WFL_LINENO); and column number (EXPR_WFL_COLNO). It is expanded as the contained node (EXPR_WFL_NODE); a line note should - be emitted first if EXPR_WFL_EMIT_LINE_NOTE. */ -DEFTREECODE (EXPR_WITH_FILE_LOCATION, "expr_with_file_location", 'e', 2) + be emitted first if EXPR_WFL_EMIT_LINE_NOTE. + The third operand is only used in the Java front-end, and will + eventually be removed. */ +DEFTREECODE (EXPR_WITH_FILE_LOCATION, "expr_with_file_location", 'e', 3) /* Switch expression. Operand 0 is the expression used to perform the branch, -- 2.30.2