"brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx> writes: > Most of our code works fine in C23, but there are some new additions to > the standard that conflict with either our struct tags or functions. > With this series, the code compiles and passes the testsuite with > -std=c23 on GCC 14.2.0. > > brian m. carlson (2): > index-pack: rename struct thread_local > reflog: rename unreachable > > builtin/index-pack.c | 10 +++++----- > reflog.c | 4 ++-- > 2 files changed, 7 insertions(+), 7 deletions(-) Thank you for the fast response! It both works and the fixes look correct. For the series: Tested-by: Sam James <sam@xxxxxxxxxx> Reviewed-by: Sam James <sam@xxxxxxxxxx>