[net.lang.c++] C++ on ISI

conrad@saturn.UUCP (Al Conrad) (04/10/86)

Has anyone else out there tried to bring up C++ on the Integrated
Solutions workstations (or any other 68000 4.2 unix boxes)?  We've
been struggling with it and it bus errors even when compiling
stream.h by itself.  After looking at it for a long time we've
come to the following conclusion:

The n_qualifier field of a Pname referenced by a unary :: is
not set correctly, causing find_table_name to not match
sta_name with q and thus executing the wrong section of code.
This happens when parsing the :: reference in the declaration
of filebuf.  Interestingly enough, if you comment out the
preceding declaration of underflow(), then the error does
not occur.

Got that?  any ideas?