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

            Bug ID: 116653
           Summary: new test case gfortran.dg/unsigned_21.f90 from
                    r15-3526-g113a6da9bf91c5 fails
           Product: gcc
           Version: 15.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: ---

g:113a6da9bf91c52b026dddfc51144f9124fd803b, r15-3526-g113a6da9bf91c5

This is happening only on our big endian machines so I am guessing the test
case is not endian neutral.

make  -k check-gcc-fortran RUNTESTFLAGS="--target_board=unix'{-m32,-m64}'
dg.exp=gfortran.dg/unsigned_21.f90"
FAIL: gfortran.dg/unsigned_21.f90   -O0  execution test
FAIL: gfortran.dg/unsigned_21.f90   -O1  execution test
FAIL: gfortran.dg/unsigned_21.f90   -O2  execution test
FAIL: gfortran.dg/unsigned_21.f90   -O3 -fomit-frame-pointer -funroll-loops
-fpeel-loops -ftracer -finline-functions  execution test
FAIL: gfortran.dg/unsigned_21.f90   -O3 -g  execution test
FAIL: gfortran.dg/unsigned_21.f90   -Os  execution test
FAIL: gfortran.dg/unsigned_21.f90   -O0  execution test
FAIL: gfortran.dg/unsigned_21.f90   -O1  execution test
FAIL: gfortran.dg/unsigned_21.f90   -O2  execution test
FAIL: gfortran.dg/unsigned_21.f90   -O3 -fomit-frame-pointer -funroll-loops
-fpeel-loops -ftracer -finline-functions  execution test
FAIL: gfortran.dg/unsigned_21.f90   -O3 -g  execution test
FAIL: gfortran.dg/unsigned_21.f90   -Os  execution test

ERROR STOP 2

Error termination. Backtrace:
#0  0x100007d3 in ???
#1  0x7ffff7956a23 in __libc_start_call_main
        at ../sysdeps/nptl/libc_start_call_main.h:58
#2  0x7ffff7956c87 in generic_start_main
        at ../csu/libc-start.c:360
#3  0x7ffff7956c87 in __libc_start_main_impl
        at ../sysdeps/unix/sysv/linux/powerpc/libc-start.c:115
#4  0xffffffffffffffff in ???

commit 113a6da9bf91c52b026dddfc51144f9124fd803b (HEAD)
Author: Thomas Koenig <tkoe...@gcc.gnu.org>
Date:   Sat Sep 7 16:59:46 2024 +0200

    Implement first part of unsigned integers for Fortran.

Reply via email to