Re: [PATCH] c++: Allow pragmas in NSDMIs [PR118147]

2025-01-17 Thread Jason Merrill
On 12/20/24 6:17 AM, Nathaniel Shead wrote: Bootstrapped and regtested on x86_64-pc-linux-gnu, OK for trunk and maybe release branches? OK for all. -- >8 -- This patch removes the (unnecessary) CPP_PRAGMA_EOL case from cp_parser_cache_defarg, which currently has the result that any pragmas i

Re: [PATCH] c++: Allow pragmas in NSDMIs [PR118147]

2025-01-17 Thread Nathaniel Shead
Ping for https://gcc.gnu.org/pipermail/gcc-patches/2024-December/672098.html. On Fri, Dec 20, 2024 at 10:17:43PM +1100, Nathaniel Shead wrote: > Bootstrapped and regtested on x86_64-pc-linux-gnu, OK for trunk and > maybe release branches? > > -- >8 -- > > This patch removes the (unnecessary) CPP

[PATCH] c++: Allow pragmas in NSDMIs [PR118147]

2024-12-20 Thread Nathaniel Shead
Bootstrapped and regtested on x86_64-pc-linux-gnu, OK for trunk and maybe release branches? -- >8 -- This patch removes the (unnecessary) CPP_PRAGMA_EOL case from cp_parser_cache_defarg, which currently has the result that any pragmas in the NSDMI cause an error. PR c++/118147 gcc/cp/Ch