Re: [PATCH v3] c: Error message for incorrect use of static in array declarations

2024-06-27 Thread Marek Polacek
On Thu, Jun 27, 2024 at 11:06:51AM +, Uecker, Martin wrote: > > Next version with the improved location. I assume the [PATCH] > should become part of the commit message. Just the "c: ..." part please. > Bootstrapped and regression tested on x86_64. Thanks, this patch is OK. > c: Err

[PATCH v3] c: Error message for incorrect use of static in array declarations

2024-06-27 Thread Uecker, Martin
Next version with the improved location. I assume the [PATCH] should become part of the commit message. Bootstrapped and regression tested on x86_64. c: Error message for incorrect use of static in array declarations. Add an explicit error messages when c99's static is used wi