Re: Sourceware mitigating and preventing the next xz-backdoor

2024-04-24 Thread Boris Kolpackov
Martin Uecker writes: > Do we really still need complex build systems such as autoconf? Are > there still so many different configurations with subtle differences > that every single feature needs to be tested individually by running > code at build time? We have taken the alternative approach i

RE: Updated Sourceware infrastructure plans

2024-04-24 Thread Aktemur, Tankut Baris via Gcc
On Tuesday, April 23, 2024 5:26 PM, Simon Marchi wrote: > On 2024-04-23 11:08, Tom Tromey wrote: > >> Indeed. Though Patchwork is another option for patch tracking, that > >> glibc seem to be having success with. > > > > We tried this in gdb as well. It was completely unworkable -- you have > > t

Re: Sourceware mitigating and preventing the next xz-backdoor

2024-04-24 Thread Andreas Schwab
On Apr 24 2024, Boris Kolpackov wrote: > https://github.com/build2/libbuild2-autoconf Welcaome back, imake. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "And now for something completely different."

[RISC-V] Support for trapping math in RISC-V

2024-04-24 Thread Krishna Narayanan via Gcc
Hi all, Is the RISC-V community planning to add support for trapping math in RISC-V in the near future!? This LLVM thread https://discourse.llvm.org/t/trapping-math-for-risc-v/72168/7 suggests a software emulation of traps, is the GNU team also on similar lines to this implementation or has some d

[Regarding GCOV].gcda:stamp mismatch with notes file

2024-04-24 Thread Gejoe Daniel via Gcc
Hi team, The following is my query posted but would need more inputs : https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114751 The gcov tool which was working so far seems to fail with our latest branch where gcc is 11.4.0 and hence we wanted to sort this out by getting the right help as early as po