public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/99233] New: [11 regression] new test case gcc.target/powerpc/pr96264.c in r11-7285 fails
@ 2021-02-24  0:41 seurer at gcc dot gnu.org
  2021-02-24  8:32 ` [Bug testsuite/99233] " rguenth at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: seurer at gcc dot gnu.org @ 2021-02-24  0:41 UTC (permalink / raw)
  To: gcc-bugs

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 ()

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug testsuite/99233] [11 regression] new test case gcc.target/powerpc/pr96264.c in r11-7285 fails
  2021-02-24  0:41 [Bug testsuite/99233] New: [11 regression] new test case gcc.target/powerpc/pr96264.c in r11-7285 fails seurer at gcc dot gnu.org
@ 2021-02-24  8:32 ` rguenth at gcc dot gnu.org
  2021-02-25 16:24 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-02-24  8:32 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |11.0

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug testsuite/99233] [11 regression] new test case gcc.target/powerpc/pr96264.c in r11-7285 fails
  2021-02-24  0:41 [Bug testsuite/99233] New: [11 regression] new test case gcc.target/powerpc/pr96264.c in r11-7285 fails seurer at gcc dot gnu.org
  2021-02-24  8:32 ` [Bug testsuite/99233] " rguenth at gcc dot gnu.org
@ 2021-02-25 16:24 ` cvs-commit at gcc dot gnu.org
  2021-02-26 12:59 ` rguenth at gcc dot gnu.org
  2021-03-31 16:53 ` cvs-commit at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-02-25 16:24 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Vladimir Makarov <vmakarov@gcc.gnu.org>:

https://gcc.gnu.org/g:557a0d3b1b389c46d5a8aa24e27abed4c401d17e

commit r11-7394-g557a0d3b1b389c46d5a8aa24e27abed4c401d17e
Author: Vladimir N. Makarov <vmakarov@redhat.com>
Date:   Thu Feb 25 11:20:32 2021 -0500

    [PR99233] tesstsuite: Run test pr96264.c only for little endian

    The test in question is assumed to work only for little endian target.

    gcc/testsuite/ChangeLog:

            PR testsuite/99233
            * gcc.target/powerpc/pr96264.c: Run it only for powerpc64le.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug testsuite/99233] [11 regression] new test case gcc.target/powerpc/pr96264.c in r11-7285 fails
  2021-02-24  0:41 [Bug testsuite/99233] New: [11 regression] new test case gcc.target/powerpc/pr96264.c in r11-7285 fails seurer at gcc dot gnu.org
  2021-02-24  8:32 ` [Bug testsuite/99233] " rguenth at gcc dot gnu.org
  2021-02-25 16:24 ` cvs-commit at gcc dot gnu.org
@ 2021-02-26 12:59 ` rguenth at gcc dot gnu.org
  2021-03-31 16:53 ` cvs-commit at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-02-26 12:59 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
Fixed.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug testsuite/99233] [11 regression] new test case gcc.target/powerpc/pr96264.c in r11-7285 fails
  2021-02-24  0:41 [Bug testsuite/99233] New: [11 regression] new test case gcc.target/powerpc/pr96264.c in r11-7285 fails seurer at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2021-02-26 12:59 ` rguenth at gcc dot gnu.org
@ 2021-03-31 16:53 ` cvs-commit at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-03-31 16:53 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-10 branch has been updated by Vladimir Makarov
<vmakarov@gcc.gnu.org>:

https://gcc.gnu.org/g:395dac0ab6dad8aaef1180e961a5cd51da649f23

commit r10-9645-g395dac0ab6dad8aaef1180e961a5cd51da649f23
Author: Vladimir N. Makarov <vmakarov@redhat.com>
Date:   Thu Feb 25 11:20:32 2021 -0500

    [PR99233] tesstsuite: Run test pr96264.c only for little endian

    The test in question is assumed to work only for little endian target.

    gcc/testsuite/ChangeLog:

            PR testsuite/99233
            * gcc.target/powerpc/pr96264.c: Run it only for powerpc64le.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-03-31 16:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-24  0:41 [Bug testsuite/99233] New: [11 regression] new test case gcc.target/powerpc/pr96264.c in r11-7285 fails seurer at gcc dot gnu.org
2021-02-24  8:32 ` [Bug testsuite/99233] " rguenth at gcc dot gnu.org
2021-02-25 16:24 ` cvs-commit at gcc dot gnu.org
2021-02-26 12:59 ` rguenth at gcc dot gnu.org
2021-03-31 16:53 ` cvs-commit at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).