This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: link problems under darwin5.2
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Andreas Tobler <toa at pop dot agri dot ch>
- Cc: GCC-Java <java at gcc dot gnu dot org>
- Date: Mon, 7 Jan 2002 14:28:37 -0500 (EST)
- Subject: Re: link problems under darwin5.2
On Mon, 7 Jan 2002, Andreas Tobler wrote:
> > It might be safe to use __builtin_alloca everwhere we have alloca.
> > (Didn't AG already submit a patch for that?)
>
> Where do I look for this patch? On the java patches or on gcc patches?
java-patches. htdig found it here:
http://gcc.gnu.org/ml/java-patches/2001-q1/msg00225.html
It looks like this has been applied. Can you figure out where else the
_alloca reference might be coming from?
> Who is AG?
Anthony Green, a long-time contributor to gcj.
Jeff