X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: "C. W. Young" Newsgroups: comp.os.msdos.djgpp Subject: Re: From GCC 2.7.2.1 to GCC 3.0.3 Date: Mon, 04 Feb 2002 15:59:20 -0600 Organization: OWDS Inc. Lines: 27 Message-ID: <3C5F0437.58542AEF@highstream.net> References: NNTP-Posting-Host: 1cust50.tnt6.new-orleans.la.da.uu.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.chatlink.com 1012859717 13516 63.17.17.50 (4 Feb 2002 21:55:17 GMT) X-Complaints-To: abuse AT chatlink DOT com NNTP-Posting-Date: Mon, 4 Feb 2002 21:55:17 +0000 (UTC) X-Mailer: Mozilla 4.7 [en]C-bls40 (Win98; I) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com What is the latest version of GCC that has been released under djgpp and where can it be obtained? I think that what I am using is based on gcc 2.8. Thanks Eli Zaretskii wrote: > 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.