public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/107181] New: new test case gcc.dg/pr25521.c  fails in r13-2952-ga0aafbc324aa90
@ 2022-10-07 14:50 seurer at gcc dot gnu.org
  2022-10-07 14:51 ` [Bug testsuite/107181] " seurer at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: seurer at gcc dot gnu.org @ 2022-10-07 14:50 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 107181
           Summary: new test case gcc.dg/pr25521.c  fails in
                    r13-2952-ga0aafbc324aa90
           Product: gcc
           Version: 13.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:a0aafbc324aa90421f0ce99c6f5bbf64ed163da6, r13-2952-ga0aafbc324aa90

make  -k check-gcc RUNTESTFLAGS="--target_board=unix'{-m32,-m64}'
dg.exp=gcc.dg/pr25521.c"
FAIL: gcc.dg/pr25521.c scan-assembler \\.rodata

Ecommit a0aafbc324aa90421f0ce99c6f5bbf64ed163da6
Author: Jose E. Marchesi <jose.marchesi@oracle.com>
Date:   Thu Aug 4 21:16:10 2022 +0200

    place `const volatile' objects in read-only sections

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

* [Bug testsuite/107181] new test case gcc.dg/pr25521.c  fails in r13-2952-ga0aafbc324aa90
  2022-10-07 14:50 [Bug testsuite/107181] New: new test case gcc.dg/pr25521.c fails in r13-2952-ga0aafbc324aa90 seurer at gcc dot gnu.org
@ 2022-10-07 14:51 ` seurer at gcc dot gnu.org
  2022-10-07 15:30 ` jose.marchesi at oracle dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: seurer at gcc dot gnu.org @ 2022-10-07 14:51 UTC (permalink / raw)
  To: gcc-bugs

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

seurer at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
               Host|                            |powerpc64-linux-gnu
                 CC|                            |jemarch at gnu dot org
             Target|                            |powerpc64-linux-gnu
              Build|                            |powerpc64-linux-gnu

--- Comment #1 from seurer at gcc dot gnu.org ---
Note: seeing this on BE machines.

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

* [Bug testsuite/107181] new test case gcc.dg/pr25521.c  fails in r13-2952-ga0aafbc324aa90
  2022-10-07 14:50 [Bug testsuite/107181] New: new test case gcc.dg/pr25521.c fails in r13-2952-ga0aafbc324aa90 seurer at gcc dot gnu.org
  2022-10-07 14:51 ` [Bug testsuite/107181] " seurer at gcc dot gnu.org
@ 2022-10-07 15:30 ` jose.marchesi at oracle dot com
  2022-10-07 17:04 ` [Bug target/107181] " pinskia at gcc dot gnu.org
  2022-11-30 19:14 ` cupertino.miranda at oracle dot com
  3 siblings, 0 replies; 5+ messages in thread
From: jose.marchesi at oracle dot com @ 2022-10-07 15:30 UTC (permalink / raw)
  To: gcc-bugs

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

Jose E. Marchesi <jose.marchesi at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jose.marchesi at oracle dot com

--- Comment #2 from Jose E. Marchesi <jose.marchesi at oracle dot com> ---
Looking at it...

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

* [Bug target/107181] new test case gcc.dg/pr25521.c  fails in r13-2952-ga0aafbc324aa90
  2022-10-07 14:50 [Bug testsuite/107181] New: new test case gcc.dg/pr25521.c fails in r13-2952-ga0aafbc324aa90 seurer at gcc dot gnu.org
  2022-10-07 14:51 ` [Bug testsuite/107181] " seurer at gcc dot gnu.org
  2022-10-07 15:30 ` jose.marchesi at oracle dot com
@ 2022-10-07 17:04 ` pinskia at gcc dot gnu.org
  2022-11-30 19:14 ` cupertino.miranda at oracle dot com
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu.org @ 2022-10-07 17:04 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|testsuite                   |target

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
>(default_select_section): Likewise.

Jose didn't update all targets that define their own select section ...

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

* [Bug target/107181] new test case gcc.dg/pr25521.c  fails in r13-2952-ga0aafbc324aa90
  2022-10-07 14:50 [Bug testsuite/107181] New: new test case gcc.dg/pr25521.c fails in r13-2952-ga0aafbc324aa90 seurer at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2022-10-07 17:04 ` [Bug target/107181] " pinskia at gcc dot gnu.org
@ 2022-11-30 19:14 ` cupertino.miranda at oracle dot com
  3 siblings, 0 replies; 5+ messages in thread
From: cupertino.miranda at oracle dot com @ 2022-11-30 19:14 UTC (permalink / raw)
  To: gcc-bugs

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

Cupertino Miranda <cupertino.miranda at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cupertino.miranda at oracle dot co
                   |                            |m

--- Comment #4 from Cupertino Miranda <cupertino.miranda at oracle dot com> ---
Just would like to mention that I have been working on this and will soon
submit some patches for review.

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

end of thread, other threads:[~2022-11-30 19:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-07 14:50 [Bug testsuite/107181] New: new test case gcc.dg/pr25521.c fails in r13-2952-ga0aafbc324aa90 seurer at gcc dot gnu.org
2022-10-07 14:51 ` [Bug testsuite/107181] " seurer at gcc dot gnu.org
2022-10-07 15:30 ` jose.marchesi at oracle dot com
2022-10-07 17:04 ` [Bug target/107181] " pinskia at gcc dot gnu.org
2022-11-30 19:14 ` cupertino.miranda at oracle dot com

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