On 8/8/25 12:18 AM, Ben Wu wrote:
Here is a patch which conforms to the style requirements.
Thanks!
But I still get a bunch of complaints about the commit message from git
gcc-verify, because:
The ChangeLog entries should come after the rationale, not before.
Please wrap lines in the commit message after column 76.
The PR line before the ChangeLog entries should be indented one tab and
include the component, i.e.
PR c++/120618
As for the patch itself, I think I would prefer to avoid invalid
compound requirements rather than cope with them later.
cp_parser_compound_requirement already returns error_mark_node for a
non-simple auto; it should do the same for non-auto rather than return
garbage.
Thanks,
Jason