On 8/23/25 1:24 AM, Eczbek wrote:
From 0210a1a410cfafd79521e15cd96682ed3d5b4943 Mon Sep 17 00:00:00 2001 From: Eczbek <eczbek.v...@gmail.com> Date: Thu, 5 Jun 2025 14:27:48 -0400 Subject: [PATCH] c++: [PR116928]PR c++/116928 gcc/cp/ChangeLog: * parser.cc (cp_parser_braced_list):
You're missing a description of the change, so I added one.
gcc/testsuite/ChangeLog: * g++.dg/parse/template32.C: New test.
I also needed to rename the test to template33.C. Pushed with those adjustments, thanks! Jason