This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH, PR C++/61038] - g++ -E is unusable with UDL strings


This patch is really a libcpp patch.  But UDLs are like that ;-)

Add string user-defined literals and char user-defined literals to the list of things to look out for while escaping strings in macro args.

I'm not sure how to test this really. we want to write out *.ii files and verify that internal quotes are escaped.

Built and tested on x86_64-linux.
OK?

Attachment: CL_pr61038
Description: Text document

Attachment: CL_pr61038
Description: Text document

Attachment: patch_pr61038
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]