[11366] in Athena Bugs
gcc bug
daemon@ATHENA.MIT.EDU (dewey@MIT.EDU)
Fri Nov 12 20:45:42 1993
From: dewey@MIT.EDU
Date: Fri, 12 Nov 93 20:45:31 -0500
To: bugs@MIT.EDU
I believe I've found a bug in gcc. Here it is:
m1-115-1:~/C> gcc --shared ejoin.c
/mit/cygnus/decmipsbin/gcc: 3409 Memory faultm1-115-1:~/C>
Yes, I know the option is -shared, and I know it doesn't work on DECs,
but this is still not a very good behavior. It seems to exhibit the
same behavior on any code. Example:
m1-115-1:~/C> gcc --shared hello.c
/mit/cygnus/decmipsbin/gcc: 3415 Memory faultm1-115-1:~/C>
where hello.c is:
main()
{
printf("Hello World\n");
}
Dewey Sasser