This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: expand_call
- To: Michael Hayes <m dot hayes at elec dot canterbury dot ac dot nz>
- Subject: Re: expand_call
- From: Richard Henderson <rth at cygnus dot com>
- Date: Tue, 21 Mar 2000 07:26:09 -0800
- Cc: rth at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org
- References: <14551.14845.51288.27188@ongaonga.elec.canterbury.ac.nz>
On Tue, Mar 21, 2000 at 08:59:41PM +1200, Michael Hayes wrote:
> This patch breaks the build of a c4x cross compiler when
> compiling tinfo.cc with -O2. stmt_loop_nest_empty segfaults
> when trying to access loop_stack since cfun->stmt is NULL.
Um, no, my patch does not do that. cfun->stmt should never be
null while compiling a function. There must be some other bug.
r~