Bug 110342 - [C++26] P2361R6 - Unevaluated strings
Summary: [C++26] P2361R6 - Unevaluated strings
Status: ASSIGNED
Alias: None
Product: gcc
Classification: Unclassified
Component: c++ (show other bugs)
Version: 14.0
: P3 normal
Target Milestone: ---
Assignee: Jakub Jelinek
URL:
Keywords:
Depends on:
Blocks: c++26-core
  Show dependency treegraph
 
Reported: 2023-06-21 16:10 UTC by Marek Polacek
Modified: 2023-08-24 07:44 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed: 2023-06-22 00:00:00


Attachments
gcc14-pr110342.patch (4.81 KB, patch)
2023-08-23 11:47 UTC, Jakub Jelinek
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Marek Polacek 2023-06-21 16:10:55 UTC
See <https://wg21.link/P2361R6>.
Comment 1 Andrew Pinski 2023-06-22 06:18:09 UTC
Confirmed.
Comment 2 Jakub Jelinek 2023-08-23 11:47:05 UTC
Created attachment 55779 [details]
gcc14-pr110342.patch

Untested implementation.
Comment 3 Jiang An 2023-08-24 07:44:26 UTC
It seems that the paper also makes the GNU assembly syntax conforming. Should we make some other changes?