G++ BUG

Michael Seifert (seifert@valhalla-usa.com)
Wed, 24 Apr 1996 11:24:33 -0700 (PDT)


Hiya, here is a bug I found... Notice that I by accident replaced the
"," with a "." on the last line of the sprintf. Using g++ 2.7.2.l.3
for Linux 1.2.14. I think the code statement here is enough:

sprintf(buf2,"%s [%s] %s",
STR(UNIT_TITLE_STRING(temp1)),
wpn_text[OBJ_VALUE(temp1, 0)].
diff_buf);

shop.c:413: Internal compiler error 366.
shop.c:413: Please submit a full bug report to `bug-g++@prep.ai.mit.edu'.
cpp: output pipe has been closed
make: *** [shop.o] Error 1

Compilation exited abnormally with code 2 at Wed Apr 24 13:22:39