On 4/21/24 19:59, Patrick Palka wrote:
Bootstrapped and regtested on x86_64-pc-linux-gnu, OK for trunk?

-- >8 --

This fixes a null dereference issue when decl_specifiers.type is not yet
provided.

gcc/cp/ChangeLog:

        * parser.cc (cp_parser_parameter_declaration): Check if
        decl_specifiers.type is null.

gcc/testsuite/ChangeLog:

        * g++.dg/cpp23/explicit-obj-basic7.C: New test.

LGTM

Yes, OK.


Reply via email to