X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Sun, 3 Feb 2002 12:17:46 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Carlo Bramini cc: djgpp AT delorie DOT com Subject: Re: From GCC 2.7.2.1 to GCC 3.0.3 In-Reply-To: <12d3c78a938fe73fa46dfc220539e5b6.66640@mygate.mailgate.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 3 Feb 2002, Carlo Bramini wrote: > m = ~m; > > and the new compiler translates it into: > > xorl $-1,%ebx > > instead of: > > notl %ebx What, if any, optimization switches did you turn on to compile that? > PS: I'm not an english native speaker, please excuse my errors. Your English is fine.