Re: About C23 attributes and plugins

2025-06-18 Thread Pierrick Philippe
Ok, thank you for your answer, I missed that apparently. Pierrick On 18/06/2025 11:46, Jakub Jelinek wrote: > On Wed, Jun 18, 2025 at 11:34:42AM +0200, Pierrick Philippe wrote: >> Hi everyone, >> >> I am currently reading the C23 standard along the pre-release GCC 16 >> documentations (users and

Re: About C23 attributes and plugins

2025-06-18 Thread Jakub Jelinek via Gcc
On Wed, Jun 18, 2025 at 11:34:42AM +0200, Pierrick Philippe wrote: > Hi everyone, > > I am currently reading the C23 standard along the pre-release GCC 16 > documentations (users and internals), and I noticed that there is no > mention on how to create new attributes using the new C23 standard > a

About C23 attributes and plugins

2025-06-18 Thread Pierrick Philippe
Hi everyone, I am currently reading the C23 standard along the pre-release GCC 16 documentations (users and internals), and I noticed that there is no mention on how to create new attributes using the new C23 standard attribute specifier ('[[new_attr]]'). I mean, I believe it would be transparent