This is the mail archive of the java-patches@gcc.gnu.org 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: patch for compiling multiple .class files



Per Bothner writes:

> Alex - does this look reasonable?

Yes, it does. And I've been testing it too.

>  If so, I'd like to check this into both the trunk and the branch.

Please go ahead.

> Index: java-tree.h
> ===================================================================
> RCS file: /cvs/gcc/gcc/gcc/java/java-tree.h,v
> retrieving revision 1.97.2.8
> diff -u -p -r1.97.2.8 java-tree.h

> +#define CLASS_LOADED_P(TYPE) (TYPE_SIZE (TYPE) != NULL_TREE \
> +			      && (CLASS_PARSED_P(TYPE) || TYPE_ARRAY_P(TYPE)))

You should put a space after CLASS_PARSED_P and TYPE_ARRAY_P.

./A


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