This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug boehm-gc/33442] 1938 unexpected fails in libjava testsuite
- From: "danglin at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Oct 2007 15:01:40 -0000
- Subject: [Bug boehm-gc/33442] 1938 unexpected fails in libjava testsuite
- References: <bug-33442-276@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla 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=gcc&view=rev&rev=129283
Log:
PR boehm-gc/33442
* pthread_support.c (GC_PTR GC_get_thread_stack_base): If stack grows
up, return stack_addr instead of stack_addr - stack_size.
Modified:
branches/gcc-4_2-branch/boehm-gc/ChangeLog
branches/gcc-4_2-branch/boehm-gc/pthread_support.c
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33442