[gnu.g++.bug] gnulib3 problem / g++ 1.36.1

lth@CS.UOREGON.EDU (01/24/90)

I have brought g++ 1.36.1 up on a Sun SPARCstation 1 using gcc 1.36. The 
compiler runs fine and appears to generate correct code. The code runs
fine but dumps core in the gnulib3 procedure __do_cleanup() (i.e.
after the user code has exited). I presume that it is trying to call
posted atexit() procedures or something along those lines.

The error generated is a Bus Error.

The same gnulib is used for gcc.

Question: Is this a known bug? Is there a fix?

--lars