From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id AD8223858D3C; Wed, 29 Mar 2023 19:01:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AD8223858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1680116479; bh=rlSuQkWRJ/oZkzF/REwDB68kgHB4T0gbuGYQ5F0gzjA=; h=From:To:Subject:Date:From; b=oV4RK9TBa0p8j1YckXp+0NwCq7/W/maG/qcVBlYRNZaBPNCnHzLKnE+FxPPkNY4xz R6ue/lxJ2eLrpovCsN5XGLAR4GhEkSl3yW+e/um/L8TxhMsEm/3Acvs7Bt/Jl8P6vD Imj25rRmAaPH+pq3T7T9jhvjtaOayY3COZytLMCY= From: "cjdb.ns at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/109338] New: `S auto>` isn't valid C++20 Date: Wed, 29 Mar 2023 19:01:19 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cjdb.ns at gmail dot com 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=3D109338 Bug ID: 109338 Summary: `S auto>` isn't valid C++20 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: cjdb.ns at gmail dot com Target Milestone: --- Clang and GCC disagree on whether or not this code is valid. This **may** b= e a relic from the Concepts TS, which Clang doesn't implement. https://godbolt.org/z/c7rGWE9s6=