X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: "Carlo Bramini" Newsgroups: comp.os.msdos.djgpp Subject: Re: From GCC 2.7.2.1 to GCC 3.0.3 Date: Tue, 5 Feb 2002 18:59:58 +0000 (UTC) Organization: Mailgate.ORG Server - http://www.Mailgate.ORG Lines: 45 Message-ID: References: NNTP-Posting-Host: ppp-10-147.25-151.libero.it Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news.mailgate.org 1012910095 26637 151.25.147.10 (Tue Feb 5 19:59:58 2002) X-Complaints-To: abuse AT mailgate DOT org NNTP-Posting-Date: Tue, 5 Feb 2002 18:59:58 +0000 (UTC) Injector-Info: news.mailgate.org; posting-host=ppp-10-147.25-151.libero.it; posting-account=66640; posting-date=1012910095 User-Agent: Mailgate Web Server X-URL: http://mygate.mailgate.org/mynews/comp/comp.os.msdos.djgpp/a481c75b051b4400994cd882e4c02b0b.66640%40mygate.mailgate.org To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Eli Zaretskii" wrote in message news:Pine DOT SUN DOT 3 DOT 91 DOT 1020203121657 DOT 266L-100000 AT is... These are my options for the optimizer (cut & paste from MAKEFILE). With GCC 2.7.2.1 -O2 -fomit-frame-pointer -m486 -ffast-math With GCC 3.0.3 -O2 -fomit-frame-pointer -ffast-math -mcpu=pentium I haven't seen if GCC did it for better alignment... I will check it immediately. Thank you very much for helping me. Sincerely, Carlo > > 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. -- Posted via Mailgate.ORG Server - http://www.Mailgate.ORG