This is the mail archive of the java-discuss@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: building libgcj on solaris



Tom Tromey writes:

> I thought Alex had a patch for this.  Maybe I'm confused.

Not for egcs, but I can craft one.

./A

Fri Feb 25 17:07:49 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>

	* check-init.c (check_init): Handle ABS_EXPR.

Index: check-init.c
===================================================================
RCS file: /cvs/gcc/egcs/gcc/java/check-init.c,v
retrieving revision 1.17
diff -u -p -r1.17 check-init.c
--- check-init.c        2000/01/21 20:57:00     1.17
+++ check-init.c        2000/02/26 01:07:34
@@ -622,6 +617,7 @@ check_init (exp, before)
     case POSTDECREMENT_EXPR:
     case POSTINCREMENT_EXPR:
     case NON_LVALUE_EXPR:
+    case ABS_EXPR:
     case INSTANCEOF_EXPR:
       /* Avoid needless recursion. */
       exp = TREE_OPERAND (exp, 0);

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]