Re: [PATCH 4/4] libstdc++: Fix some freestanding test failures

2023-04-05 Thread Arsen Arsenović via Gcc-patches
Jonathan Wakely writes: > On Wed, 5 Apr 2023 at 00:13, Arsen Arsenović via Libstdc++ > wrote: >> >> At some point, was added to the non-hosted bit of the C++17 >> block, which induced failures in many tests. >> >> In addition, some tests also lacked a dg-require-effective-target hosted >> tag.

Re: [PATCH 4/4] libstdc++: Fix some freestanding test failures

2023-04-05 Thread Jonathan Wakely via Gcc-patches
On Wed, 5 Apr 2023 at 00:13, Arsen Arsenović via Libstdc++ wrote: > > At some point, was added to the non-hosted bit of the C++17 > block, which induced failures in many tests. > > In addition, some tests also lacked a dg-require-effective-target hosted > tag. > > libstdc++-v3/ChangeLog: > >

[PATCH 4/4] libstdc++: Fix some freestanding test failures

2023-04-04 Thread Arsen Arsenović via Gcc-patches
At some point, was added to the non-hosted bit of the C++17 block, which induced failures in many tests. In addition, some tests also lacked a dg-require-effective-target hosted tag. libstdc++-v3/ChangeLog: * include/precompiled/stdc++.h (C++17): Don't double-include , once with