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

            Bug ID: 101647
           Summary: [12 regression] excess error in
                    g++.dg/cpp0x/initlist48.C after r12-2534
           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:16158c96496b537194111526d25e19f268d613b6, r12-2534
make  -k check-gcc RUNTESTFLAGS="dg.exp=g++.dg/cpp0x/initlist48.C"
FAIL: g++.dg/cpp0x/initlist48.C  -std=c++14 (test for excess errors)
FAIL: g++.dg/cpp0x/initlist48.C  -std=c++17 (test for excess errors)
# of expected passes            1
# of unexpected failures        2
# of unsupported tests          1

FAIL: g++.dg/cpp0x/initlist48.C  -std=c++17 (test for excess errors)
Excess errors:
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/cpp0x/initlist48.C:11:6:
error: 'initializer_list' in namespace 'std' does not name a template type; did
you mean 'uninitialized_fill'?

commit 16158c96496b537194111526d25e19f268d613b6 (HEAD, refs/bisect/bad)
Author: Jonathan Wakely <jwak...@redhat.com>
Date:   Thu Jul 22 14:48:27 2021 +0100

    libstdc++: Remove unnecessary uses of <utility>

Reply via email to