--- 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
--- 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=gcc&view=rev&rev=129283
Log:
PR boehm-gc/33442
* pthread_support.c (GC_P
--- 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=gcc&view=rev&rev=129224
Log:
PR boehm-gc/33442
* pthread_support.c (GC_PTR
--- 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 t
--- Comment #7 from Hans dot Boehm at hp dot com 2007-10-10 20:26 ---
Based only on code inspection, this looks fine to me. The gc7 code is
different, but seems to do the same thing as the patched version.
I don't think this code is used on HP/UX? If it were, it might be good to test
--- 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
---
--- Comment #4 from dave at hiauly1 dot hia dot nrc dot ca 2007-10-10
17:04 ---
Subject: Re: 1938 unexpected fails in libjava testsuite
The attached patch fixes the problem.
Dave
--- Comment #5 from dave at hiauly1 dot hia dot nrc dot ca 2007-10-10
17:04 ---
Created an at
--- 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 pt