Re: [Linaro-TCWG-CI] gcc-16-2334-g9e330977385: 2 regressions on arm

2025-07-18 Thread Jonathan Wakely via Gcc-regression
Fixed at r16-2357-g152d4e3cf14fcf On Fri, 18 Jul 2025 at 18:40, Jonathan Wakely wrote: > > Tomasz, > > The new __any_input_iterator type should only be declared for C++20 > and higher, so guarded by __cpp_lib_concepts > > Just checking __cpp_concepts isn't enough, because that's true for > -std

Re: [Linaro-TCWG-CI] gcc-16-2334-g9e330977385: 2 regressions on arm

2025-07-18 Thread Jonathan Wakely via Gcc-regression
Tomasz, The new __any_input_iterator type should only be declared for C++20 and higher, so guarded by __cpp_lib_concepts Just checking __cpp_concepts isn't enough, because that's true for -std=c++17 -fconcepts but std::input_iterator isn't defined in that case. On Fri, 18 Jul 2025 at 17:18, w

[Linaro-TCWG-CI] gcc-16-2334-g9e330977385: 2 regressions on arm

2025-07-18 Thread ci_notify--- via Gcc-regression
Dear contributor, Our automatic CI has detected problems related to your patch(es). Please find some details below. In arm-eabi v7-a softfp, after: | commit gcc-16-2334-g9e330977385 | Author: Jonathan Wakely | Date: Thu Jun 5 12:05:19 2025 +0100 | | libstdc++: Add std::inplace