libbacktrace patch committed: Use WIN32_LEAN_AND_MEAN

2024-11-29 Thread Ian Lance Taylor
The libbacktrace code accidentally use WIN32_MEAN_AND_LEAN when it should have use WIN32_LEAN_AND_MEAN. This was pointed out by awmorgan on GitHub. I've committed this patch to fix it. Ian * fileline.c: Use WIN32_LEAN_AND_MEAN, not WIN32_MEAN_AND_LEAN. * pecoff.c: Likew

Re: [pushed][PR117770][LRA]: Check hard regs corresponding insn operands for hard reg clobbers

2024-11-29 Thread Vladimir Makarov
Sorry, I forgot to add the patch itself.  Here it is. On 11/29/24 15:01, Vladimir Makarov wrote: The following patch solves https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117770 The patch was successfully tested and bootstrapped on x864_64, aarch64, ppc64le. commit e79583cef924f5fb5de551bd61

[pushed: r15-5811] Rename "libdiagnostics" to "libgdiagnostics"

2024-11-29 Thread David Malcolm
"libdiagnostics" clashes with an existing soname in Debian, as per: https://gcc.gnu.org/pipermail/gcc/2024-November/245175.html Rename it to "libgdiagnostics" for uniqueness. I am being deliberately vague about what the "g" stands for: it could be "gnu", "gcc", or "gpl-licensed" as the reader d

<    1   2