https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87487

            Bug ID: 87487
           Summary: New test case gfortran.dg/deferred_character_24.f90 in
                    r264721 fails on big endian
           Product: gcc
           Version: 9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
          Assignee: unassigned at gcc dot gnu.org
          Reporter: seurer at gcc dot gnu.org
  Target Milestone: ---

When run on a powerpc64 big endian machine this test case produces:

seurer@makalu-lp1:~/gcc/build/gcc-test2$ ./deferred_character_24.exe 
STOP 1

Which in the test case appears to be from here:

  if (LEN (number_string) .ne. 16) stop 1


I don't know enough fortran to know if this is working as expected or not. 
Note that this works fine on powerpc64 little endian.

Reply via email to