This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: New failures for x86_64-pc-mingw32


On 9/1/08, Tobias Burnus <burnus@net-b.de> wrote:
> NightStrike wrote:
> > On 8/31/08, Jerry DeLisle <jvdelisle@verizon.net> wrote:
> >
> >
> > > NightStrike wrote:
> > >
> > >
> > > > Are these known to fail for everyone
> > > >
> > > Not failing here on x86-64 linux
> > >
> > http://mingw-w64.sf.net/gfortran.log.gz
> >
> >
>
> Are you by chance running a new gfortran against an old gfortran library?
> Because you get errors for
>
> At line 6 of file
> /var/tmp/build/gcc-svn/gcc/gcc/testsuite/gfortran.dg/fmt_g0_1.f08
> Fortran runtime error: Zero width in format descriptor
> (g0,g0,g0)
>  ^
>
> Whichi is the first g0 line:
>   write(buffer, '(g0,g0,g0)') ':',12340,':'
>
> If I look at the libgfortran source code, I don't see how this could
> possibly get wrong - except someone passes a -std=f95 or -std=f2003.
>
> Tobias
>

I delete all of my build and source directories and start everything
fresh via a script before running the testsuite, so no, I don't think
I'm mixing libraries.  Any other ideas?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]