This is the mail archive of the gcc@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: EGCS-970929 and GNAT-3.10p?


	There's been a report of some problems with mips-sgi-irix5.2 which
	occur due to -lmalloc.  I don't know if those might be related to your
	irix5.3 problems.

This is usually a bug in a free call someplace.  There have been
two of them recently, one in cp/except.c (find_exception_handler_labels)
and one in frame.c (__deregister_frame).  The latter was particularly nasty,
because it caused a failure while running functions in the .fini section,
and hence was hard to debug.  Both problems have been fixed already.  I am
not aware of any unfixed irix5 problems with -malloc.

Jim


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