This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Java: Remove set_nested_class_simple_name_value()


Ranjit Mathew wrote:

Another thing that puzzles me is that apparently we keep
laying out the classes in all_class_list again and again and again
if we encounter multiple files given on the command line or
taken via a JAR on the command line.



Interesting, do you mean that layout_class is being called multiple times for the same class? Any idea what causes this?


No testsuite regressions - ok to commit?



Why do you fail to mention that this gives an XPASS with
Jacks for 15.9.1-qualified-concrete-20? Is it because you
~shudder~ forgot to run it? :-P



Nice. I didn't notice that. I've checked in this patch to remove the xfail.


Bryce


2004-06-24 Bryce McKinlay <mckinlay@redhat.com>


   * testsuite/libjava.jacks/jacks.xfail: Remove
   15.9.1-qualified-concrete-20.

Index: testsuite/libjava.jacks/jacks.xfail
===================================================================
RCS file: /cvs/gcc/gcc/libjava/testsuite/libjava.jacks/jacks.xfail,v
retrieving revision 1.12
diff -u -r1.12 jacks.xfail
--- testsuite/libjava.jacks/jacks.xfail 29 May 2004 05:13:57 -0000      1.12
+++ testsuite/libjava.jacks/jacks.xfail 24 Jun 2004 17:37:10 -0000
@@ -343,7 +343,6 @@
15.9.1-qualified-concrete-12
15.9.1-qualified-concrete-14
15.9.1-qualified-concrete-16
-15.9.1-qualified-concrete-20
15.9.1-qualified-concrete-4
15.9.1-qualified-concrete-5
15.9.1-unqualified-anonymous-12



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