This is the mail archive of the gcc-bugs@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: libgcj/6092: sparc-sun-solaris2.7 gcc-3.1 has hundreds of libjava failures with -m64


 > From: Tom Tromey <tromey@redhat.com>
 > 
 > Kaveh> See -m64 java results here:
 > Kaveh> http://gcc.gnu.org/ml/gcc-testresults/2002-04/msg00875.html
 >     
 > I can't argue with those results.
 > I do wonder why my Solaris 2.7 build still fails.
 > Do the GC tests work for you?
 > (`make check' in the boehm-gc target build directory)
 > Tom


The "make check" works for me in both the regular (m32) and sparcv9
(m64) directories (output listed below.)  I'm not sure what problem
you are seeing or why.  Can you provide more detail?  Perhaps it makes
sense to open a separate PR.

in boehm-gc:
 > Completed 3 tests
 > Allocated 5252866 collectable objects
 > Allocated 306 uncollectable objects
 > Allocated 3476354 atomic objects
 > Allocated 32854 stubborn objects
 > Finalized 6622/6622 objects - finalization is probably ok
 > Total number of bytes allocated is 185271172
 > Final heap size is 13213696 bytes
 > Collector appears to work
 > Completed 87 collections
 > PASS: gctest
 > ==================
 > All 1 tests passed
 > ==================
 > make[2]: Leaving directory
 > `/teal/caip5/ghazi/gcc-testing/branch/build/sparc-sun-solaris2.7/boehm-gc'

in sparcv9/boehm-gc:
 > Completed 3 tests
 > Allocated 5124806 collectable objects
 > Allocated 306 uncollectable objects
 > Allocated 3094311 atomic objects
 > Allocated 32895 stubborn objects
 > Finalized 6675/6675 objects - finalization is probably ok
 > Total number of bytes allocated is 230972168
 > Final heap size is 23150592 bytes
 > Collector appears to work
 > Completed 63 collections
 > PASS: gctest
 > ==================
 > All 1 tests passed
 > ==================
 > make[2]: Leaving directory
 > `/teal/caip5/ghazi/gcc-testing/branch/build/sparc-sun-solaris2.7/sparcv9/boehm-gc'

--
Kaveh R. Ghazi			Director of Systems Architecture
ghazi@caip.rutgers.edu		Qwest Global Services


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