This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug fortran/34067] New: gfortran.dg/char_cshift_2.f90 fails with -O3 -funroll-loops fails on Intel Darwin


With revision 130081 the following tests fail:

FAIL: gfortran.dg/char_cshift_2.f90  -O3 -fomit-frame-pointer -funroll-loops 
execution test
FAIL: gfortran.dg/char_cshift_2.f90  -O3 -fomit-frame-pointer
-funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/char_eoshift_2.f90  -O3 -fomit-frame-pointer -funroll-loops 
execution test
FAIL: gfortran.dg/char_eoshift_2.f90  -O3 -fomit-frame-pointer
-funroll-all-loops -finline-functions  execution test
FAIL: gfortran.dg/char_eoshift_4.f90  -O3 -fomit-frame-pointer -funroll-loops 
execution test
FAIL: gfortran.dg/char_eoshift_4.f90  -O3 -fomit-frame-pointer
-funroll-all-loops -finline-functions  execution test

They passed with revision 130037. 

I have looked at char_cshift_2.f90. It fails on the fourth test (shift array of
kind=8) and the failure requires one of the test with shift2 or shift3 (if I
comment the two calls, the failure disappears).


-- 
           Summary: gfortran.dg/char_cshift_2.f90 fails with -O3 -funroll-
                    loops fails on Intel Darwin
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dominiq at lps dot ens dot fr
 GCC build triplet: i686-apple-darwin8
  GCC host triplet: i686-apple-darwin8
GCC target triplet: i686-apple-darwin8


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34067


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