Path: utzoo!utgpu!watserv1!watmath!att!dptg!ulysses!andante!alice!ark From: ark@alice.UUCP (Andrew Koenig) Newsgroups: comp.lang.c++ Subject: Re: cfront bug Message-ID: <11025@alice.UUCP> Date: 6 Jul 90 13:14:41 GMT References: <1022@synaptx.Synaptics.Com> Organization: AT&T Bell Laboratories, Liberty Corner NJ Lines: 17 In article <1022@synaptx.Synaptics.Com>, glenn@synaptx.Synaptics.Com (Glenn Gribble) writes: > System: Sun 3/280, Sun C++, /* <> */ > The following bit of C++ generates illegal C code: > int x; > int y = x = 0; > Generates the following C code: > int x = 0 ; > int y = (x = 0 ); Fixed in 2.1. -- --Andrew Koenig ark@europa.att.com