public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/106227] New: [13 regression] g++.dg/modules/loc-prune-4.C fails after r13-1506-g069f46c71e9432
@ 2022-07-07 15:57 seurer at gcc dot gnu.org
  2022-07-08  7:21 ` [Bug testsuite/106227] " rguenth at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: seurer at gcc dot gnu.org @ 2022-07-07 15:57 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 106227
           Summary: [13 regression] g++.dg/modules/loc-prune-4.C fails
                    after r13-1506-g069f46c71e9432
           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:069f46c71e9432eda3d48a366e5c2a750cf8d612, r13-1506-g069f46c71e9432

This was on a power 8 BE machine.  Note it also fails for 32 bits on the same
machine.

make  -k check-c++ RUNTESTFLAGS="--target_board=unix'{-m64}'
modules.exp=loc-prune-4.C"
FAIL: g++.dg/modules/loc-prune-4.C -std=c++17  scan-lang-dump module " Span:0
ordinary \\[2.....\\+12288,\\+4096\\)->\\[0,\\+4096\\)"
FAIL: g++.dg/modules/loc-prune-4.C -std=c++17  scan-lang-dump module " Span:1
ordinary \\[2.....\\+40960,\\+8192\\)->\\[4096,\\+8192\\)"
FAIL: g++.dg/modules/loc-prune-4.C -std=c++2a  scan-lang-dump module " Span:0
ordinary \\[2.....\\+12288,\\+4096\\)->\\[0,\\+4096\\)"
FAIL: g++.dg/modules/loc-prune-4.C -std=c++2a  scan-lang-dump module " Span:1
ordinary \\[2.....\\+40960,\\+8192\\)->\\[4096,\\+8192\\)"
FAIL: g++.dg/modules/loc-prune-4.C -std=c++2b  scan-lang-dump module " Span:0
ordinary \\[2.....\\+12288,\\+4096\\)->\\[0,\\+4096\\)"
FAIL: g++.dg/modules/loc-prune-4.C -std=c++2b  scan-lang-dump module " Span:1
ordinary \\[2.....\\+40960,\\+8192\\)->\\[4096,\\+8192\\)"
# of unexpected failures        6


commit 069f46c71e9432eda3d48a366e5c2a750cf8d612
Author: Nathan Sidwell <nathan@acm.org>
Date:   Fri Jun 24 05:57:42 2022 -0700

    c++: Prune ordinary locations

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

* [Bug testsuite/106227] [13 regression] g++.dg/modules/loc-prune-4.C fails after r13-1506-g069f46c71e9432
  2022-07-07 15:57 [Bug testsuite/106227] New: [13 regression] g++.dg/modules/loc-prune-4.C fails after r13-1506-g069f46c71e9432 seurer at gcc dot gnu.org
@ 2022-07-08  7:21 ` rguenth at gcc dot gnu.org
  2022-12-22 14:58 ` rguenth at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-07-08  7:21 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |13.0

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

* [Bug testsuite/106227] [13 regression] g++.dg/modules/loc-prune-4.C fails after r13-1506-g069f46c71e9432
  2022-07-07 15:57 [Bug testsuite/106227] New: [13 regression] g++.dg/modules/loc-prune-4.C fails after r13-1506-g069f46c71e9432 seurer at gcc dot gnu.org
  2022-07-08  7:21 ` [Bug testsuite/106227] " rguenth at gcc dot gnu.org
@ 2022-12-22 14:58 ` rguenth at gcc dot gnu.org
  2023-04-17 15:10 ` [Bug testsuite/106227] [13/14 " jakub at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-12-22 14:58 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
*** Bug 106262 has been marked as a duplicate of this bug. ***

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

* [Bug testsuite/106227] [13/14 regression] g++.dg/modules/loc-prune-4.C fails after r13-1506-g069f46c71e9432
  2022-07-07 15:57 [Bug testsuite/106227] New: [13 regression] g++.dg/modules/loc-prune-4.C fails after r13-1506-g069f46c71e9432 seurer at gcc dot gnu.org
  2022-07-08  7:21 ` [Bug testsuite/106227] " rguenth at gcc dot gnu.org
  2022-12-22 14:58 ` rguenth at gcc dot gnu.org
@ 2023-04-17 15:10 ` jakub at gcc dot gnu.org
  2023-04-26  6:56 ` rguenth at gcc dot gnu.org
  2023-07-27  9:23 ` rguenth at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu.org @ 2023-04-17 15:10 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
I don't see this failing on aarch64-linux, s390x-linux, x86_64-linux,
i686-linux, powerpc64le-linux.  What exactly you see in the dump instead?

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

* [Bug testsuite/106227] [13/14 regression] g++.dg/modules/loc-prune-4.C fails after r13-1506-g069f46c71e9432
  2022-07-07 15:57 [Bug testsuite/106227] New: [13 regression] g++.dg/modules/loc-prune-4.C fails after r13-1506-g069f46c71e9432 seurer at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2023-04-17 15:10 ` [Bug testsuite/106227] [13/14 " jakub at gcc dot gnu.org
@ 2023-04-26  6:56 ` rguenth at gcc dot gnu.org
  2023-07-27  9:23 ` rguenth at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2023-04-26  6:56 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|13.0                        |13.2

--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 13.1 is being released, retargeting bugs to GCC 13.2.

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

* [Bug testsuite/106227] [13/14 regression] g++.dg/modules/loc-prune-4.C fails after r13-1506-g069f46c71e9432
  2022-07-07 15:57 [Bug testsuite/106227] New: [13 regression] g++.dg/modules/loc-prune-4.C fails after r13-1506-g069f46c71e9432 seurer at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2023-04-26  6:56 ` rguenth at gcc dot gnu.org
@ 2023-07-27  9:23 ` rguenth at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2023-07-27  9:23 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|13.2                        |13.3

--- Comment #4 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 13.2 is being released, retargeting bugs to GCC 13.3.

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

end of thread, other threads:[~2023-07-27  9:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-07 15:57 [Bug testsuite/106227] New: [13 regression] g++.dg/modules/loc-prune-4.C fails after r13-1506-g069f46c71e9432 seurer at gcc dot gnu.org
2022-07-08  7:21 ` [Bug testsuite/106227] " rguenth at gcc dot gnu.org
2022-12-22 14:58 ` rguenth at gcc dot gnu.org
2023-04-17 15:10 ` [Bug testsuite/106227] [13/14 " jakub at gcc dot gnu.org
2023-04-26  6:56 ` rguenth at gcc dot gnu.org
2023-07-27  9:23 ` rguenth 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).