X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Message-ID: <3C4C2378.31F7A5B0@netstep.net> From: Rodeo Red X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: My program produces nonsense with 3.0.3 References: <3C49A544 DOT 11527 DOT 84EBDB AT localhost> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 25 Date: Mon, 21 Jan 2002 14:13:52 GMT NNTP-Posting-Host: 205.232.135.151 X-Complaints-To: Abuse Role , We Care X-Trace: newshog.newsread.com 1011622432 205.232.135.151 (Mon, 21 Jan 2002 09:13:52 EST) NNTP-Posting-Date: Mon, 21 Jan 2002 09:13:52 EST Organization: Crossroads Systems (netstep.net) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com pavenis AT lanet DOT lv wrote: > > On 18 Jan 2002 at 17:14, Rodeo Red wrote: > > > Then I updated: > > djdev203 Development Kit and Runtime (12/2001 Refresh) > > gpp303b.zip : GCC 3.0.3 C++ compiler binaries for DJGPP > > > > The compiler took twice as long, the the program it produced was twice > > as big, and when I ran my program, it took 50% longer and turned the > > begining of the web pages into gibberish. (A repeating pattern which, > > strangly had the word java in it.) > > One of things to try in such case is to add compiler option > -fno-strict-aliasing and see whether it fixes the problem. Search > GCC-3.0.3 man page (man gcc) or docs for '-fstrict aliasing' to > get more info. > > Andris Thanks for the suggestion. I tried it and I still get the same results. Red