From: pavenis AT lanet DOT lv To: "Tim Van Holder" Date: Wed, 2 May 2001 09:49:33 +0300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Test binaries of gcc-3.0 20010429 for DJGPP Cc: djgpp-workers AT delorie DOT com Message-ID: <3AEFD82D.13420.868A3@localhost> In-reply-to: References: <3AED7364 DOT 26573 DOT D730F9 AT localhost> X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 30 Apr 2001, at 19:45, Tim Van Holder wrote: > I'm afraid I'm still getting the crashes I experienced with > the previous snapshot you made available: > > foo.c: > #include > > int > main(void) > { > std::cout << "Hello world!\n"; > std::cout.flush(); > return 0; > } > > compilation: > E:\>gpp3 -v -g -O2 foo.c It seems You need current CVS version of DJGPP. I can reproduce this problem with djdev203 but not with 22 April CVS version. Andris