[6118] in Athena Bugs
Saber msg: v3.0 beta-2 (8/21/90 quicksilver decstation Ultrix 3.x 0 0)
daemon@ATHENA.MIT.EDU (jtkohl@ATHENA.MIT.EDU)
Fri Sep 28 11:07:06 1990
From: jtkohl@ATHENA.MIT.EDU
Date: Fri, 28 Sep 90 11:06:47 EDT
To: bugs@ATHENA.MIT.EDU
Cc: jtkohl@ATHENA.MIT.EDU
xsaber3-beta2 on pmax can't seem to find the right name for local
variables in some error messages. This file:
struct quux {
int frob1;
int frob2;
};
bar()
{
struct quux foo;
printf("%d\n", foo.frob1);
}
generates an error on the printf() line (as it should).
Saber reports the error as:
[I can't cut&paste, since the error buffer won't let me copy its text]
foo.c: 10, W#113, Using auto variable bar`"8z5".frob1 which has not
been set.
The stuff between ` and .frob1 is usually random garbage of some sort.