On Wed, Nov 30, 2022 at 09:18:14AM -0800, apinski--- via Gcc-patches wrote: > gcc/c/ChangeLog: > > PR c/107926 > * c-typeck.cc (process_init_element): > Move the ceck for string cst until > after the error message.
Just a ChangeLog nit, not a patch review for which I defer to C FE maintainers/reviewers. s/ceck/check/, plus don't start the description uselessly on a next line when half of it would fit on the first line after ):. * c-typeck.cc (process_init_element): Move the check for string cst until after the error message. Jakub