On 2/5/24 19:38, Jonathan Wakely wrote:
On Mon, 5 Feb 2024, 19:07 Torbjörn SVENSSON,
wrote:
Ok for trunk and releases/gcc-13?
OK, thanks
Done, pushed to master and releases/gcc-13.
On Mon, 5 Feb 2024, 19:07 Torbjörn SVENSSON,
wrote:
> Ok for trunk and releases/gcc-13?
>
OK, thanks
> ---
>
> When running the DejaGNU testsuite on a toolchain built for native
> Windows, the path /dev/null can't be used to open a stream to void.
> On native Windows, the resource is instead n
Ok for trunk and releases/gcc-13?
---
When running the DejaGNU testsuite on a toolchain built for native
Windows, the path /dev/null can't be used to open a stream to void.
On native Windows, the resource is instead named "nul".
In 17_intro/tag_type_explicit_ctor.cc, the following statement woul