tree.def (EXPR_WITH_FILE_LOCATION): Temporarily add a third operand, for use in the...
authorAlexandre Petit-Bianco <apbianco@cygnus.com>
Sun, 12 Dec 1999 19:51:53 +0000 (19:51 +0000)
committerAlexandre Petit-Bianco <apbianco@gcc.gnu.org>
Sun, 12 Dec 1999 19:51:53 +0000 (11:51 -0800)
Fri Dec 10 16:12:13 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>

* tree.def (EXPR_WITH_FILE_LOCATION): Temporarily add a third
  operand, for use in the Java front-end.

From-SVN: r30877

gcc/ChangeLog
gcc/tree.def

index 2d204bb7ed47937bf96e0bb8988721a0d40c272e..788025dd7f9a5abee5cfc7c3258941972c59948b 100644 (file)
 
        * i386.h (DEBUG_PRINT_REG): Constify a char*.
 
+Fri Dec 10 16:12:13 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
+
+       * tree.def (EXPR_WITH_FILE_LOCATION): Temporarily add a third
+       operand, for use in the Java front-end.
+
 1999-12-10  Ben Collins  <bcollins@debian.org>
 
         * configure.in: Fix typo for "-64" in 64bit as check.
index b34895b59b3c740ea2f06e2de08c95dcf8fbfe75..2ba6f2de1d7d1d134690dffdfec1212abb73744c 100644 (file)
@@ -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,