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

            Bug ID: 99233
           Summary: [11 regression] new test case
                    gcc.target/powerpc/pr96264.c in r11-7285 fails
           Product: gcc
           Version: 11.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:d1efec57e279f5b0cd62073696cd351fce369bb7, r11-7285
make  -k check-gcc RUNTESTFLAGS="powerpc.exp=gcc.target/powerpc/pr96264.c"
FAIL: gcc.target/powerpc/pr96264.c execution test
# of expected passes            1
# of unexpected failures        1

Is this an endian problem?  It fails on BE but works on LE.

spawn -ignore SIGHUP /home/seurer/gcc/git/build/gcc-test/gcc/xgcc
-B/home/seurer/gcc/git/build/gcc-test/gcc/
/home/seurer/gcc/git/gcc-test/gcc/testsuite/gcc.target/powerpc/pr96264.c
-fdiagnostics-plain-output -Os -fno-forward-propagate -fschedule-insns
-fno-tree-ter -Wno-psabi -lm -o ./pr96264.exe
PASS: gcc.target/powerpc/pr96264.c (test for excess errors)
Execution timeout is: 300
spawn [open ...]
FAIL: gcc.target/powerpc/pr96264.c execution test

                === gcc Summary ===

# of expected passes            1
# of unexpected failures        1


(gdb) run
Starting program: /home/seurer/gcc/git/build/gcc-test/./pr96264.exe 

Program received signal SIGABRT, Aborted.
0x00003fffb7cd268c in __GI_raise (sig=<optimized out>) at
../nptl/sysdeps/unix/sysv/linux/raise.c:55
55        return INLINE_SYSCALL (tgkill, 3, pid, selftid, sig);
(gdb) where
#0  0x00003fffb7cd268c in __GI_raise (sig=<optimized out>) at
../nptl/sysdeps/unix/sysv/linux/raise.c:55
#1  0x00003fffb7cd4878 in __GI_abort () at abort.c:90
#2  0x0000000010000590 in .main ()

Reply via email to