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]

expand_call


rth@gcc.gnu.org writes:
 > 	* calls.c (expand_call): Don't bother generating tail call
 > 	sequences if there are pending cleanups.  Use
 > 	expand_start_target_temps/expand_end_target_temps to elide
 > 	cleanups created during sibcall expansion.

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.

Michael.

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