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 <nat...@acm.org>
Date:   Fri Jun 24 05:57:42 2022 -0700

    c++: Prune ordinary locations

Reply via email to