[8764] in Athena Bugs
decmips 7.3P: c++
daemon@ATHENA.MIT.EDU (Joseph Wang)
Mon Dec 16 07:20:13 1991
To: bugs@Athena.MIT.EDU, cdsdev@Athena.MIT.EDU
Date: Mon, 16 Dec 91 07:20:01 EST
From: Joseph Wang <joe@Athena.MIT.EDU>
System name: m37-318-2
Type and version: KN02ba 7.3P
Display type: PMAG-BA
What were you trying to do?
Compile a program using ATT C++
What's wrong:
Program crashed when including setjmp.h
Lotsa syntax errors
What should have happened:
No syntax errors
Please describe any relevant documentation references:
This is the problem
From /mit/c++/decmips/include/setjmp.h
----Begin code
/* setjmp.h 4.1 83/05/03 */
#if defined(ibm032) || defined(ibm370)
typedef int jmp_buf[16];
#else
__FILE__ UNKNOWN MACHINE!!
#endif
----End code
Since the decmips isn't an ibm032 or ibm370
CRASH!!!!!!!!!!!!