Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!LARRY.MCRCIM.MCGILL.EDU!brad%bnrmtl.UUCP From: brad%bnrmtl.UUCP@LARRY.MCRCIM.MCGILL.EDU (Brad Fowlow) Newsgroups: gnu.g++.lib.bug Subject: Not quite a bug but a warning. Message-ID: <8911281512.AA03452@bnrmtl.com> Date: 28 Nov 89 15:12:32 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 12 For libg++-1.36.1: Don't use 'form()' (or any conversion utility) in code that will be run during construction of static objects. The allocation of space for those functions is done by another static object (_libg++_fmtq) that very likely won't be built by the time yours is. ------------------------------------------------------------------ Brad Fowlow bnrmtl!brad@larry.mcrcim.mcgill.edu ------------------------------------------------------------------