Re: Fortran regressions on Cygwin_NT

2007-08-15 Thread Tobias Burnus
Paul Thomas wrote: > FAIL: gfortran.dg/g77/980310-3.f (internal compiler error) > FAIL: gfortran.dg/g77/980310-3.f (test for excess errors) I get the same error on x86-64/openSUSE with "-m32 -O" with -m64 and without "-O" it works. FX reported it yesterday as PR 33074. > FAIL: gfortran.fortran-to

Re: Fortran regressions on Cygwin_NT

2007-08-15 Thread François-Xavier Coudert
> FAIL: gfortran.dg/g77/980310-3.f (internal compiler error) > FAIL: gfortran.dg/g77/980310-3.f (test for excess errors) I saw this one on x86_64-linux with -m32, and filed it as PR33074. I asked about it on IRC yesterday, and if I understood Andrew Pinksi, it probably is a middle-end problem, as

Fortran regressions on Cygwin_NT

2007-08-15 Thread Paul Thomas
The failures below have all come up in the last few days using GNU Fortran (GCC) 4.3.0 20070815 (experimental) on Cygwin_NT/amd64 Cheers Paul FAIL: gfortran.dg/g77/980310-3.f (internal compiler error) FAIL: gfortran.dg/g77/980310-3.f (test for excess errors) Running /svn/trunk/gcc/testsuite/g

Fortran regressions

2007-06-30 Thread Daniel Berlin
Apparently there are some fortran regressions caused by my patch. The last time I modified the patch (which was before the freeze), I did a test of C, C++, Fortran, objc. After the freeze ended, I did an svn update in that tree, bootstrapped and regtested c/c++, and committed it. Other than

Re: Fortran regressions with revision 116758

2006-09-07 Thread Andrew Pinski
> > On Thu, Sep 07, 2006 at 05:03:35PM -0400, Andrew Pinski wrote: > > > > > > I got failures like > > > > > > compiler exited with status 1 > > > output is: > > > In file > > > /net/gnu-13/export/gnu/src/gcc/gcc/libgomp/testsuite/libgomp.fortran/reduction3.f90:20^M > > > ^M > > > !$ if (i .ne.

Re: Fortran regressions with revision 116758

2006-09-07 Thread H. J. Lu
On Thu, Sep 07, 2006 at 05:03:35PM -0400, Andrew Pinski wrote: > > > > I got failures like > > > > compiler exited with status 1 > > output is: > > In file > > /net/gnu-13/export/gnu/src/gcc/gcc/libgomp/testsuite/libgomp.fortran/reduction3.f90:20^M > > ^M > > !$ if (i .ne. -2147483648 .or. any (

Re: Fortran regressions with revision 116758

2006-09-07 Thread Andrew Pinski
> > I got failures like > > compiler exited with status 1 > output is: > In file > /net/gnu-13/export/gnu/src/gcc/gcc/libgomp/testsuite/libgomp.fortran/reduction3.f90:20^M > ^M > !$ if (i .ne. -2147483648 .or. any (ia .ne. -2147483648)) v = .true.^M > 1^M > Error: Integer

Fortran regressions with revision 116758

2006-09-07 Thread H. J. Lu
I got failures like compiler exited with status 1 output is: In file /net/gnu-13/export/gnu/src/gcc/gcc/libgomp/testsuite/libgomp.fortran/reduction3.f90:20^M ^M !$ if (i .ne. -2147483648 .or. any (ia .ne. -2147483648)) v = .true.^M 1^M Error: Integer too big for its kind a