Re: [PATCH] Improve [-W..] display for -Wformat

2025-04-10 Thread Sam James
Vishnu Mohandas writes: > Hello, Hi, > The patch below proposes a possible improvement for the issue mentioned in > bug 65445. Although I'm not certain that it > address all the concerns, it does seem to make it better.> Unfortunately, I see a few issues here. There needs to be a ChangeLog en

[PATCH] Improve [-W..] display for -Wformat

2025-04-10 Thread Vishnu Mohandas
Hello, The patch below proposes a possible improvement for the issue mentioned in bug 65445. Although I'm not certain that it address all the concerns, it does seem to make it better. Bootstrapped on x86_64 Linux. Thanks, Vishnu 1 │ diff --git a/gcc/opt-functions.awk b/gcc/opt-functions.awk