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]
Other format: [Raw text]

[Bug middle-end/11545] [3.4 regression] Segmentation fault whem marking cgraph_node in unit-at-a-time mode


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11545



------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-17 15:07 -------
I found a 3 lines testcase which fails (c also, again compile with
--param ggc-min-expand=0 --param ggc-min-heapsize=0 -funit-at-a-time):
static __inline__ void gen_tstsfgt_gpr() {}
static __inline__ void gen_cmpsflt_gpr() {}
void mul_double () {}


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