Bug#1057635: Fix gcc-13 test failures during package build

2023-12-08 Thread Gwenole Beauchesne
Hi, New patches attached. I also reformatted them with contrib/clang-format. For now, only tested with DEB_BUILD_OPTIONS="parallel=12 gcc-ice=XXX" make -j12 check-gcc-c++ from an existing build, with multiple combinations of XXX = { "nodump,norepro", "nodump", "norepro", "default" }. Also made st

Bug#1057635: Fix gcc-13 test failures during package build

2023-12-07 Thread Matthias Klose
On 06.12.23 10:30, Gwenole Beauchesne wrote: Package: gcc-13 Version: 13.2.0-7 The gcc-ice-dump.diff patch causes the GCC driver to test for the DEB_BUILD_OPTIONS environment variable and generate extra debug output when an ICE occurs, for instance. This is an interesting feature, while building

Bug#1057635: Fix gcc-13 test failures during package build

2023-12-06 Thread Gwenole Beauchesne
Package: gcc-13 Version: 13.2.0-7 The gcc-ice-dump.diff patch causes the GCC driver to test for the DEB_BUILD_OPTIONS environment variable and generate extra debug output when an ICE occurs, for instance. This is an interesting feature, while building other packages, but not while building GCC its