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

            Bug ID: 116261
           Summary: [15 regression] RISC-V: gfortran.dg/sizeof_6.f90 -O1
                    timeout since r15-2739-g4cb07a38233
           Product: gcc
           Version: 15.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: ewlu at rivosinc dot com
  Target Milestone: ---

Linux rv64 vector targets (and potentially rv64 bitmanip) are timing out with
the change in r15-2739-g4cb07a38233 for this testcase

FAIL: gfortran.dg/sizeof_6.f90   -O1  execution test

https://github.com/patrick-rivos/gcc-postcommit-ci/issues/1482

Our postcommit reports the rv64 bitmanip target has been fixed
(https://github.com/patrick-rivos/gcc-postcommit-ci/issues/1483), however, more
reports are needed to make sure it's not a flakey timeout

test log (was running on hash before rv64 bitmanip was supposedly fixed and was
using rv64 bitmanip since it's faster than running rv64gcv, hence the
-march=rv64gc_zba_zbb_zbc_zbs):
Executing on host:
/scratch/ewlu/ci/triage/baseline/hash-4cb07a38233aadb4b389a6e5236c95f52241b6e0/build-gcc-linux-stage2/gcc/testsuite/gfortran20/../../gfortran
-B/scratch/ewlu/ci/triage/baseline/hash-4cb07a38233aadb4b389a6e5236c95f52241b6e0/build-gcc-linux-stage2/gcc/testsuite/gfortran20/../../
-B/scratch/ewlu/ci/triage/baseline/hash-4cb07a38233aadb4b389a6e5236c95f52241b6e0/build-gcc-linux-stage2/riscv64-unknown-linux-gnu/./libgfortran/
 /scratch/ewlu/ci/triage/baseline/gcc/gcc/testsuite/gfortran.dg/sizeof_6.f90 
-march=rv64gc_zba_zbb_zbc_zbs -mabi=lp64d -mcmodel=medlow  
-fdiagnostics-plain-output  -fdiagnostics-plain-output    -O1  
-pedantic-errors     
-L/scratch/ewlu/ci/triage/baseline/hash-4cb07a38233aadb4b389a6e5236c95f52241b6e0/build-gcc-linux-stage2/riscv64-unknown-linux-gnu/./libgfortran/.libs
-L/scratch/ewlu/ci/triage/baseline/hash-4cb07a38233aadb4b389a6e5236c95f52241b6e0/build-gcc-linux-stage2/riscv64-unknown-linux-gnu/./libatomic/.libs
 -lm  -o ./sizeof_6.exe    (timeout = 600)
spawn -ignore SIGHUP
/scratch/ewlu/ci/triage/baseline/hash-4cb07a38233aadb4b389a6e5236c95f52241b6e0/build-gcc-linux-stage2/gcc/testsuite/gfortran20/../../gfortran
-B/scratch/ewlu/ci/triage/baseline/hash-4cb07a38233aadb4b389a6e5236c95f52241b6e0/build-gcc-linux-stage2/gcc/testsuite/gfortran20/../../
-B/scratch/ewlu/ci/triage/baseline/hash-4cb07a38233aadb4b389a6e5236c95f52241b6e0/build-gcc-linux-stage2/riscv64-unknown-linux-gnu/./libgfortran/
/scratch/ewlu/ci/triage/baseline/gcc/gcc/testsuite/gfortran.dg/sizeof_6.f90
-march=rv64gc_zba_zbb_zbc_zbs -mabi=lp64d -mcmodel=medlow
-fdiagnostics-plain-output -fdiagnostics-plain-output -O1 -pedantic-errors
-L/scratch/ewlu/ci/triage/baseline/hash-4cb07a38233aadb4b389a6e5236c95f52241b6e0/build-gcc-linux-stage2/riscv64-unknown-linux-gnu/./libgfortran/.libs
-L/scratch/ewlu/ci/triage/baseline/hash-4cb07a38233aadb4b389a6e5236c95f52241b6e0/build-gcc-linux-stage2/riscv64-unknown-linux-gnu/./libatomic/.libs
-lm -o ./sizeof_6.exe
PASS: gfortran.dg/sizeof_6.f90   -O1  (test for excess errors)
spawn riscv64-unknown-linux-gnu-run ./sizeof_6.exe
WARNING: program timed out.
FAIL: gfortran.dg/sizeof_6.f90   -O1  execution test

Reply via email to