X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: pavenis AT lanet DOT lv To: Rodeo Red , djgpp AT delorie DOT com Date: Sat, 19 Jan 2002 16:56:36 +0200 MIME-Version: 1.0 Subject: Re: My program produces nonsense with 3.0.3 Message-ID: <3C49A544.11527.84EBDB@localhost> In-reply-to: <3C485969.A862A251@netstep.net> X-mailer: Pegasus Mail for Windows (v4.01) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body 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 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