Subject: g++ error
To: None <current-users@NetBSD.ORG>
From: Patrick Welche <prlw1@cam.ac.uk>
List: current-users
Date: 08/14/1997 16:37:44
?!

quantz% g++ hellow.cxx -Wall
/usr/include/stdio.h: In function `int __sputc(int, struct __sFILE *)':
In file included from hellow.cxx:1:
/usr/include/stdio.h:336: Internal compiler error.
/usr/include/stdio.h:336: Please submit a full bug report to `bug-g++@prep.ai.mit.edu'.
quantz% cat hellow.cxx
#include <stdio.h>
int main(){printf("Hello World!\n");return 0;}
quantz% g++ hellow.cxx
quantz%

?!

*nothing* else was going on - already killed off X etc before hand
all OK after a reboot - it would have been a bit of an amusing bug
report though ;)

Patrick

(current/i386 of 1 Aug)