This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: GC 6.0 alpha 3 imported
- From: Fergus Henderson <fjh at cs dot mu dot OZ dot AU>
- To: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- Cc: java-patches at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org, takis at xfree86 dot org
- Date: Wed, 13 Feb 2002 15:45:33 +1100
- Subject: Re: GC 6.0 alpha 3 imported
- References: <3C68A369.6030300@waitaki.otago.ac.nz>
On 12-Feb-2002, Bryce McKinlay <bryce@waitaki.otago.ac.nz> wrote:
> The diff below is the complete set of diffs between the GC in the GCC
> tree and that in the 6.0 alpha 3 release.
...
> +++ dbg_mlc.c 2002/02/12 04:37:53 1.11
> @@ -429,6 +429,35 @@
> return (GC_store_debug_info(result, (word)lb, s, (word)i));
> }
>
> +# ifdef __STDC__
> + GC_PTR GC_debug_generic_malloc(size_t lb, int k, GC_EXTRA_PARAMS)
> +# else
> + GC_PTR GC_debug_malloc(lb, k, s, i)
That is a bug -- GC_debug_malloc here should be GC_debug_generic_malloc.
--
Fergus Henderson <fjh@cs.mu.oz.au> | "I have always known that the pursuit
The University of Melbourne | of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh> | -- the last words of T. S. Garp.