Path: utzoo!telly!ddsw1!mcdchg!rutgers!tut.cis.ohio-state.edu!MCC.COM!rfg From: rfg@MCC.COM (Ron Guilmette) Newsgroups: gnu.g++.bug Subject: BUG in G++ 1.32.0 - SEGFAULT using -fmemoize-lookups Message-ID: <8901252302.AA10968@riunite.aca.mcc.com> Date: 25 Jan 89 23:02:02 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 12 The following simple program causes G++ 1.32.0 to segfault when compiled with the -fmemoize-lookups option. Note that this is taken from libg++-1.32.0 (file builtin.cc). This is on a Sun3. /* ---------------------------- segfaults/x01.cc ------------------------ */ unsigned int foldhash() { return 0; }