This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: EGCS-970929 and GNAT-3.10p?
- To: law at cygnus dot com
- Subject: Re: EGCS-970929 and GNAT-3.10p?
- From: Jim Wilson <wilson at cygnus dot com>
- Date: Thu, 09 Oct 1997 15:58:47 -0700
- cc: Greg Galloway <gregg at eoeml dot gtri dot gatech dot edu>, egcs at cygnus dot com
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