X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Message-ID: <553547.56102.qm@web25008.mail.ukl.yahoo.com> Date: Fri, 13 Mar 2009 07:40:11 +0000 (GMT) From: Marco Atzeri Subject: Re: [ANNOUNCEMENT] Updated: experimental package: gcc4-4.3.2-2 To: cygwin AT cygwin DOT com, Dave Korn MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com --- Ven 13/3/09, Dave Korn ha scritto: > Da: Dave Korn=20 > Oggetto: Re: [ANNOUNCEMENT] Updated: experimental package: gcc4-4.3.2-2 > A:=20 > Data: Venerd=EC 13 marzo 2009, 07:41 > Tim Prince wrote: > > This doesn't seem to be a magically fully working > gfortran, such as we > > had fleetingly with the 20090227 snapshot of > 4.4.=A0 I'd agree it's likely > > an "upstream" problem, even if it shows up only on > cygwin. >=20 > =A0 Hi Tim, can you give me a bit of context here?=A0 > I don't know what sort of > problems you're seeing or what "fully" working means > here.=A0 And of course it's > not going to reflect anything that happened after 4.3 > branched. >=20 > =A0 I noticed a few regressions in the testsuite, where > the expected output > doesn't show up - in fact no output showed up at all from > the testcases.=A0 But > when I tried to reproduce a few of them manually, they > worked fine and > generated the correct output, so I put it down to an > artifact of the testsuite > framework, maybe an interaction with tcl/expect and > cygwin/win32 pipes, and > figured I'd try and solve it before the next release. >=20 Hi Dave I also noted such issue playing with the previous 4.3.2-1 and my own built cygfortran.dll, but I thought was my fault. It seems a problem of output redirection with dynamic=20 fortran library if I had=20 ./test_program=20 I see the output on the screen but ./test_program > test_output leave test_output empty. This did not happened with static linked fortran library. test case: ------------------------------ program main WRITE(*,*) 'SUCCESS' end ------------------------------ > =A0 I don't know much about Fortran, so I can't > necessarily solve problems in > the front-end, but if the issues relate to generic compiler > infrastructure > such as stdio or exception handling I should be able to fix > bugs. >=20 > =A0 =A0 cheers, > =A0 =A0 =A0 DaveK >=20 Regards Marco -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/