X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f X-Recipient: djgpp-workers AT delorie DOT com Message-ID: <4DDB35D2.7030600@iki.fi> Date: Tue, 24 May 2011 07:36:34 +0300 From: Andris Pavenis User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110428 Fedora/3.1.10-1.fc14 Lightning/1.0b2 Thunderbird/3.1.10 MIME-Version: 1.0 To: djgpp-workers AT delorie DOT com Subject: GCC-4.6.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com The first test build of gcc-4.6.0 for DJGPP is available at http://ap1.pp.fi/djgpp/gcc/4.6.0/ There is also Linux to DJGPP cross-compiler RPMs available (should hopefully work on recent RPM based distributions) It took some efforts to get also libquadmath to be built at all and 'REAL (KIND=16)' support enabled in GNU fortran. However REAL(16) support is broken even worse rather than for Linux x86_64. - REAL(16) operations seems to work OK - Assigning constants or using REAL(16) constants in expressions does not (in Linux x86_64 only second of them does not work: I tested on Fedora 15 development version). The problem is with FORTRAN Quad precision constants (eg 1.2345678912345Q1 misinterpretted as a single precision constant). I have not yet had time submitted bug report though. Should I leave it on at all for DJGPP? libquadmath seems to work OK though. Not very much other testing done though Andris PS. Only DJGPP v2.04 build for now