public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/101647] New: [12 regression] excess error in g++.dg/cpp0x/initlist48.C after r12-2534
@ 2021-07-27 18:20 seurer at gcc dot gnu.org
  2021-07-28  6:30 ` [Bug testsuite/101647] " rguenth at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: seurer at gcc dot gnu.org @ 2021-07-27 18:20 UTC (permalink / raw)
  To: gcc-bugs

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 <jwakely@redhat.com>
Date:   Thu Jul 22 14:48:27 2021 +0100

    libstdc++: Remove unnecessary uses of <utility>

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

* [Bug testsuite/101647] [12 regression] excess error in g++.dg/cpp0x/initlist48.C after r12-2534
  2021-07-27 18:20 [Bug testsuite/101647] New: [12 regression] excess error in g++.dg/cpp0x/initlist48.C after r12-2534 seurer at gcc dot gnu.org
@ 2021-07-28  6:30 ` rguenth at gcc dot gnu.org
  2021-07-29 12:20 ` cvs-commit at gcc dot gnu.org
  2021-07-29 12:34 ` jakub at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-07-28  6:30 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

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

* [Bug testsuite/101647] [12 regression] excess error in g++.dg/cpp0x/initlist48.C after r12-2534
  2021-07-27 18:20 [Bug testsuite/101647] New: [12 regression] excess error in g++.dg/cpp0x/initlist48.C after r12-2534 seurer at gcc dot gnu.org
  2021-07-28  6:30 ` [Bug testsuite/101647] " rguenth at gcc dot gnu.org
@ 2021-07-29 12:20 ` cvs-commit at gcc dot gnu.org
  2021-07-29 12:34 ` jakub at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-07-29 12:20 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jakub Jelinek <jakub@gcc.gnu.org>:

https://gcc.gnu.org/g:7d014f7b224cb41e9570284d125f4c605cb0ab0a

commit r12-2594-g7d014f7b224cb41e9570284d125f4c605cb0ab0a
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Thu Jul 29 14:17:55 2021 +0200

    testsuite: Fix up two tests for recent libstdc++ header changes [PR101647]

    After recent libstdc++ header changes <functional> no longer includes
    (parts of?) <array> and doesn't have to and <memory> no longer includes
    (parts of?) <initializer_list>.
    This patch fixes:
    testsuite/g++.dg/pr71389.C:10:39: error: aggregate
'std::array<std::array<int, 16>, 16> v13' has incomplete type and cannot be
defined
    as well as
    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'?

    2021-07-29  Jakub Jelinek  <jakub@redhat.com>

            PR testsuite/101647
            * g++.dg/pr71389.C: Include <array> instead of <functional>.
            * g++.dg/cpp0x/initlist48.C: Include also <initializer_list>.

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

* [Bug testsuite/101647] [12 regression] excess error in g++.dg/cpp0x/initlist48.C after r12-2534
  2021-07-27 18:20 [Bug testsuite/101647] New: [12 regression] excess error in g++.dg/cpp0x/initlist48.C after r12-2534 seurer at gcc dot gnu.org
  2021-07-28  6:30 ` [Bug testsuite/101647] " rguenth at gcc dot gnu.org
  2021-07-29 12:20 ` cvs-commit at gcc dot gnu.org
@ 2021-07-29 12:34 ` jakub at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: jakub at gcc dot gnu.org @ 2021-07-29 12:34 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
                 CC|                            |jakub at gcc dot gnu.org
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Fixed.

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

end of thread, other threads:[~2021-07-29 12:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-27 18:20 [Bug testsuite/101647] New: [12 regression] excess error in g++.dg/cpp0x/initlist48.C after r12-2534 seurer at gcc dot gnu.org
2021-07-28  6:30 ` [Bug testsuite/101647] " rguenth at gcc dot gnu.org
2021-07-29 12:20 ` cvs-commit at gcc dot gnu.org
2021-07-29 12:34 ` jakub 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).