Re: [PATCH] libcpp, v4: Add support for gnu::base64 #embed parameter

2024-09-11 Thread Joseph Myers
On Fri, 30 Aug 2024, Jakub Jelinek wrote: > +should be no newlines in the string literal and because this parameter > +is meant namely for use by the preprocessor itself, there is no support > +for any escape sequences in the string literal argument. If > @code{gnu::base64} Given the "no escape

[PATCH] libcpp, v4: Add support for gnu::base64 #embed parameter

2024-08-30 Thread Jakub Jelinek
On Tue, Aug 20, 2024 at 05:23:04PM +, Joseph Myers wrote: > On Thu, 15 Aug 2024, Jakub Jelinek wrote: > > > +#embed __FILE__ gnu::base64(1) prefix() suffix() /* { dg-error "expected > > character string literal" } */ > > +#embed __FILE__ gnu::base64() prefix() suffix() /* { dg-error "expected