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

Bug#1057653: Fix #pragma GCC target for C++

2023-12-06 Thread Gwenole Beauchesne
Package: gcc-13 Version: 13.2.0-7 #pragma GCC target is useful to compile specific functions with SIMD extensions, for instance. However, that feature was long broken for C++ where the relevant macros were not defined on the first preprocessing pass, thus preventing some target-specific enablement