On 6/30/25 12:04 AM, Umesh Kalappa wrote:
Thank you @Jeff Law <mailto:jeffreya...@gmail.com> for the comments and
>>I suspect there's something goofy in the indentation in the block above.
like clang-format ,does gcc have a code formatter we can use ?
Not really. Martin Liska (IIRC, and no longer working on GCC) made a
valiant attempt to produce a clang-format configuration file for gcc
sources. But I don't know it's state. 35+ years of working on GCC and
it's formatting is just how I write code these days :-0
Look in contrib/ I think his work is still in there.
Jeff