This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: expand_call


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~

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]