From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 238113858D1E; Sat, 13 Jan 2024 00:33:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 238113858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1705106029; bh=7x8oqM2C0EVUimMJjLv7RWg+3ek5TYHTpT4RbNWaWPc=; h=From:To:Subject:Date:From; b=pobJ5Za78pM3Lw09ouimiHzO/mtTZj1f/kBIj9cQA+fQ3Rsh2eYCCxRCDLu93o4t2 6Hp6pHaLM7lwiys26pCOOuD1gyBiXBBEGMjQAcQMBBhn78rVs0U+FSS3KnK39qBtjQ 2OttqAQaJDeVo2owL7MTlJ6qahsMZxWL/hmkHfgc= From: "mpolacek at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/113366] New: g++.dg/cpp2a/concepts-pr67774.C FAIL Date: Sat, 13 Jan 2024 00:33:47 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: testsuite X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mpolacek at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D113366 Bug ID: 113366 Summary: g++.dg/cpp2a/concepts-pr67774.C FAIL Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: testsuite Assignee: unassigned at gcc dot gnu.org Reporter: mpolacek at gcc dot gnu.org Target Milestone: --- It appears that since r14-6569-gfe54b57728c09a: commit fe54b57728c09ab0389e2bb3f079d5210566199d Author: Jonathan Wakely Date: Thu Dec 14 23:23:34 2023 +0000 libstdc++: Implement C++23 header [PR107760] there are two new FAILs: FAIL: g++.dg/cpp2a/concepts-pr67774.C -std=3Dc++23 (test for excess errors) FAIL: g++.dg/cpp2a/concepts-pr67774.C -std=3Dc++26 (test for excess errors) $ xg++ -c -fconcepts-ts -std=3Dc++26 concepts-pr67774.C In file included from /home/mpolacek/x/trunk/x86_64-pc-linux-gnu/libstdc++-v3/include/ostream:43, from /home/mpolacek/x/trunk/x86_64-pc-linux-gnu/libstdc++-v3/include/iostream:41, from concepts-pr67774.C:6: /home/mpolacek/x/trunk/x86_64-pc-linux-gnu/libstdc++-v3/include/format:3193= :45: error: type/value mismatch at argument 1 in template parameter list for =E2=80=98template using std::__conditio= nal_t =3D typename std::__conditional::type<_If, _Else>=E2=80=99 3193 | const _Tp, _Tp>; | ^ /home/mpolacek/x/trunk/x86_64-pc-linux-gnu/libstdc++-v3/include/format:3193= :45: note: expected a constant of type =E2=80=98bool=E2=80=99, got =E2=80=98au= to [requires std::__format::__formattable_with<, _Tp, _Context, std::basic_format_parse_context >]=E2=80=99 /home/mpolacek/x/trunk/x86_64-pc-linux-gnu/libstdc++-v3/include/format: In constructor =E2=80=98std::basic_format_arg<_Context>::handle::handle(_Tp&)= =E2=80=99: /home/mpolacek/x/trunk/x86_64-pc-linux-gnu/libstdc++-v3/include/format:3216= :37: error: =E2=80=98__maybe_const_t=E2=80=99 was not declared in this scope; di= d you mean =E2=80=98remove_const_t=E2=80=99? 3216 | auto __func =3D _S_format<__maybe_const_t<_Tp>>; | ^~~~~~~~~~~~~~~ | remove_const_t [...]=