On Thu, 5 Mar 2026, Andrew Pinski wrote:

> On Mon, Feb 10, 2025 at 4:27 PM Andrew Pinski <[email protected]> 
> wrote:
> >
> > After r0-72806-gbc4071dd66fd4d, c_parser_consume_token will
> > assert if we get a pragma inside c_parser_consume_token but
> > pragma processing will call pragma_lex which then calls
> > c_parser_consume_token. In the case of pragma with expansion
> > (redefine_extname, message and sometimes pack [and some target
> > specific pragmas]) we get the expanded tokens that includes
> > CPP_PRAGMA. We should just allow it instead of doing an assert.
> > This follows what the C++ front-end does even and we no longer
> > have an ICE.
> 
> Ping?

OK.

-- 
Joseph S. Myers
[email protected]

Reply via email to