public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/100750] New: new test case gcc.target/powerpc/rop-5.c fails on BE
@ 2021-05-24 22:50 seurer at gcc dot gnu.org
  2021-05-26 15:49 ` [Bug testsuite/100750] " seurer at gcc dot gnu.org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: seurer at gcc dot gnu.org @ 2021-05-24 22:50 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 100750
           Summary: new test case gcc.target/powerpc/rop-5.c fails on BE
           Product: gcc
           Version: 12.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:5bd66c6826e5f3a38ba393702923feb88959f845, r12-814
make  -k check-gcc RUNTESTFLAGS="powerpc.exp=gcc.target/powerpc/rop-5.c"
FAIL: gcc.target/powerpc/rop-5.c (test for excess errors)
# of unexpected failures        1

Fails on both power 7 and power 8 BE.

/home/seurer/gcc/git/gcc-test/gcc/testsuite/gcc.target/powerpc/rop-5.c: In
function 'foo':
/home/seurer/gcc/git/gcc-test/gcc/testsuite/gcc.target/powerpc/rop-5.c:12:1:
error: '-mrop-protect' requires the ELFv2 ABI
(lots more instances of that message)

commit 5bd66c6826e5f3a38ba393702923feb88959f845
Author: Bill Schmidt <wschmidt@linux.ibm.com>
Date:   Thu May 13 13:33:35 2021 -0500

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

* [Bug testsuite/100750] new test case gcc.target/powerpc/rop-5.c fails on BE
  2021-05-24 22:50 [Bug testsuite/100750] New: new test case gcc.target/powerpc/rop-5.c fails on BE seurer at gcc dot gnu.org
@ 2021-05-26 15:49 ` seurer at gcc dot gnu.org
  2021-06-01 16:11 ` cvs-commit at gcc dot gnu.org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: seurer at gcc dot gnu.org @ 2021-05-26 15:49 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from seurer at gcc dot gnu.org ---
There are also some failures with gcc 11 including on power 10 LE.

FAIL: gcc.target/powerpc/rop-3.c (test for excess errors)
FAIL: gcc.target/powerpc/rop-5.c (test for excess errors)
FAIL: gcc.target/powerpc/rop-5.c (test for excess errors)

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

* [Bug testsuite/100750] new test case gcc.target/powerpc/rop-5.c fails on BE
  2021-05-24 22:50 [Bug testsuite/100750] New: new test case gcc.target/powerpc/rop-5.c fails on BE seurer at gcc dot gnu.org
  2021-05-26 15:49 ` [Bug testsuite/100750] " seurer at gcc dot gnu.org
@ 2021-06-01 16:11 ` cvs-commit at gcc dot gnu.org
  2021-06-01 16:19 ` wschmidt at gcc dot gnu.org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-06-01 16:11 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by William Schmidt <wschmidt@gcc.gnu.org>:

https://gcc.gnu.org/g:250cf86735fc9e088cc2309c520adb655790eb99

commit r12-1147-g250cf86735fc9e088cc2309c520adb655790eb99
Author: Bill Schmidt <wschmidt@linux.ibm.com>
Date:   Tue Jun 1 11:08:53 2021 -0500

    PR100750: Require ELFv2 ABI for ROP test

    2021-06-01  Bill Schmidt  <wschmidt@linux.ibm.com>

    gcc/testsuite/
            PR testsuite/100750
            * gcc.target/powerpc/rop-5.c: Require ELFv2 ABI.

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

* [Bug testsuite/100750] new test case gcc.target/powerpc/rop-5.c fails on BE
  2021-05-24 22:50 [Bug testsuite/100750] New: new test case gcc.target/powerpc/rop-5.c fails on BE seurer at gcc dot gnu.org
  2021-05-26 15:49 ` [Bug testsuite/100750] " seurer at gcc dot gnu.org
  2021-06-01 16:11 ` cvs-commit at gcc dot gnu.org
@ 2021-06-01 16:19 ` wschmidt at gcc dot gnu.org
  2021-06-01 20:43 ` wschmidt at gcc dot gnu.org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: wschmidt at gcc dot gnu.org @ 2021-06-01 16:19 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Bill Schmidt <wschmidt at gcc dot gnu.org> ---
Fixed the BE problem.  Will look into the GCC11 report.

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

* [Bug testsuite/100750] new test case gcc.target/powerpc/rop-5.c fails on BE
  2021-05-24 22:50 [Bug testsuite/100750] New: new test case gcc.target/powerpc/rop-5.c fails on BE seurer at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2021-06-01 16:19 ` wschmidt at gcc dot gnu.org
@ 2021-06-01 20:43 ` wschmidt at gcc dot gnu.org
  2021-06-01 20:47 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: wschmidt at gcc dot gnu.org @ 2021-06-01 20:43 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Bill Schmidt <wschmidt at gcc dot gnu.org> ---
I cannot reproduce failures for powerpc64le on P10 LE.

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

* [Bug testsuite/100750] new test case gcc.target/powerpc/rop-5.c fails on BE
  2021-05-24 22:50 [Bug testsuite/100750] New: new test case gcc.target/powerpc/rop-5.c fails on BE seurer at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2021-06-01 20:43 ` wschmidt at gcc dot gnu.org
@ 2021-06-01 20:47 ` cvs-commit at gcc dot gnu.org
  2021-06-02 14:36 ` wschmidt at gcc dot gnu.org
  2021-09-17  6:43 ` pinskia at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-06-01 20:47 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-11 branch has been updated by William Schmidt
<wschmidt@gcc.gnu.org>:

https://gcc.gnu.org/g:3d75b5cd9a362172838825c7083a3afa2403735a

commit r11-8496-g3d75b5cd9a362172838825c7083a3afa2403735a
Author: Bill Schmidt <wschmidt@linux.ibm.com>
Date:   Tue Jun 1 15:47:22 2021 -0500

    PR100750: Require ELFv2 ABI for ROP test

    2021-06-01  Bill Schmidt  <wschmidt@linux.ibm.com>

    gcc/testsuite/
            PR testsuite/100750
            * gcc.target/powerpc/rop-5.c: Require ELFv2 ABI.

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

* [Bug testsuite/100750] new test case gcc.target/powerpc/rop-5.c fails on BE
  2021-05-24 22:50 [Bug testsuite/100750] New: new test case gcc.target/powerpc/rop-5.c fails on BE seurer at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2021-06-01 20:47 ` cvs-commit at gcc dot gnu.org
@ 2021-06-02 14:36 ` wschmidt at gcc dot gnu.org
  2021-09-17  6:43 ` pinskia at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: wschmidt at gcc dot gnu.org @ 2021-06-02 14:36 UTC (permalink / raw)
  To: gcc-bugs

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

Bill Schmidt <wschmidt at gcc dot gnu.org> changed:

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

--- Comment #6 from Bill Schmidt <wschmidt at gcc dot gnu.org> ---
The LE problems were shown to be an out-of-date assembler, so this is now
fixed.

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

* [Bug testsuite/100750] new test case gcc.target/powerpc/rop-5.c fails on BE
  2021-05-24 22:50 [Bug testsuite/100750] New: new test case gcc.target/powerpc/rop-5.c fails on BE seurer at gcc dot gnu.org
                   ` (5 preceding siblings ...)
  2021-06-02 14:36 ` wschmidt at gcc dot gnu.org
@ 2021-09-17  6:43 ` pinskia at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-09-17  6:43 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |12.0

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

end of thread, other threads:[~2021-09-17  6:43 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-24 22:50 [Bug testsuite/100750] New: new test case gcc.target/powerpc/rop-5.c fails on BE seurer at gcc dot gnu.org
2021-05-26 15:49 ` [Bug testsuite/100750] " seurer at gcc dot gnu.org
2021-06-01 16:11 ` cvs-commit at gcc dot gnu.org
2021-06-01 16:19 ` wschmidt at gcc dot gnu.org
2021-06-01 20:43 ` wschmidt at gcc dot gnu.org
2021-06-01 20:47 ` cvs-commit at gcc dot gnu.org
2021-06-02 14:36 ` wschmidt at gcc dot gnu.org
2021-09-17  6:43 ` pinskia 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).