[Bug boehm-gc/33442] 1938 unexpected fails in libjava testsuite

2007-10-13 Thread danglin at gcc dot gnu dot org
--- Comment #10 from danglin at gcc dot gnu dot org 2007-10-13 15:01 --- Subject: Bug 33442 Author: danglin Date: Sat Oct 13 15:01:29 2007 New Revision: 129283 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=129283 Log: PR boehm-gc/33442 * pthread_support.c

[Bug boehm-gc/33442] 1938 unexpected fails in libjava testsuite

2007-10-13 Thread danglin at gcc dot gnu dot org
--- Comment #11 from danglin at gcc dot gnu dot org 2007-10-13 15:04 --- Fixed on trunk and 4.2. I believe that this problem isn't present in 4.1. -- danglin at gcc dot gnu dot org changed: What|Removed |Added

[Bug boehm-gc/33442] 1938 unexpected fails in libjava testsuite

2007-10-10 Thread danglin at gcc dot gnu dot org
--- Comment #6 from danglin at gcc dot gnu dot org 2007-10-10 17:08 --- Hans, Is the attached patch correct? -- danglin at gcc dot gnu dot org changed: What|Removed |Added

[Bug boehm-gc/33442] 1938 unexpected fails in libjava testsuite

2007-10-10 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #8 from dave at hiauly1 dot hia dot nrc dot ca 2007-10-10 21:39 --- Subject: Re: 1938 unexpected fails in libjava testsuite I don't think this code is used on HP/UX? If it were, it might be good to test there. HP/UX doesn't appear to have, pthread_getattr_np, so

[Bug boehm-gc/33442] 1938 unexpected fails in libjava testsuite

2007-10-10 Thread danglin at gcc dot gnu dot org
--- Comment #9 from danglin at gcc dot gnu dot org 2007-10-11 00:36 --- Subject: Bug 33442 Author: danglin Date: Thu Oct 11 00:36:08 2007 New Revision: 129224 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=129224 Log: PR boehm-gc/33442 * pthread_support.c (GC_PTR

[Bug boehm-gc/33442] 1938 unexpected fails in libjava testsuite

2007-10-09 Thread danglin at gcc dot gnu dot org
--- Comment #3 from danglin at gcc dot gnu dot org 2007-10-10 03:45 --- The problem appears to be here in pthread_support.c: # ifdef STACK_GROWS_DOWN return stack_addr + stack_size; # else return stack_addr - stack_size; # endif SUSV3 says the stackaddr argument in