[gnu.g++.bug] BUG in G++ 1.32.0 - SEGFAULT using -fmemoize-lookups

rfg@MCC.COM (Ron Guilmette) (01/26/89)

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;
}