Message-ID: <19981117131553.B17146@duna58> Date: Tue, 17 Nov 1998 13:15:53 +0100 From: Laszlo Molnar To: DJGPP Workers List Subject: gcc: feature or bug? Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2 Reply-To: djgpp-workers AT delorie DOT com Hi Workers! Just a small question: Let's say I have a 32-bit unsigned integer, and I want to clear it's most significant bit. I wrote this code: (x*2)/2 And of course(?) it doesn't work. Is it a bug in gcc or a bug in me? Laszlo