Re: [PATCH] Handle Windows nul device in unlink-if-ordinary.c

2023-04-29 Thread Jeff Law via Gcc-patches
On 3/12/23 23:15, Himal wrote: On 3/12/2023 1:48 AM, Jeff Law wrote: On 1/6/23 01:31, anothername27-unity--- via Gcc-patches wrote: From: Himal Hi, This might be a better fix. Regards. PS. I had to use a different email. ---   libiberty/unlink-if-ordinary.c | 6 ++   1 file change

Re: [PATCH] Handle Windows nul device in unlink-if-ordinary.c

2023-03-12 Thread Himal via Gcc-patches
On 3/12/2023 1:48 AM, Jeff Law wrote: On 1/6/23 01:31, anothername27-unity--- via Gcc-patches wrote: From: Himal Hi, This might be a better fix. Regards. PS. I had to use a different email. ---   libiberty/unlink-if-ordinary.c | 6 ++   1 file changed, 6 insertions(+) diff --git a/li

Re: [PATCH] Handle Windows nul device in unlink-if-ordinary.c

2023-03-11 Thread Jeff Law via Gcc-patches
On 1/6/23 01:31, anothername27-unity--- via Gcc-patches wrote: From: Himal Hi, This might be a better fix. Regards. PS. I had to use a different email. --- libiberty/unlink-if-ordinary.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/libiberty/unlink-if-ordinary.c b/libiber

[PATCH] Handle Windows nul device in unlink-if-ordinary.c

2023-01-06 Thread anothername27-unity--- via Gcc-patches
From: Himal Hi, This might be a better fix. Regards. PS. I had to use a different email. --- libiberty/unlink-if-ordinary.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/libiberty/unlink-if-ordinary.c b/libiberty/unlink-if-ordinary.c index 84328b216..e765ac8b1 100644 --- a/libibe

[PATCH] Handle Windows nul device in unlink-if-ordinary.c

2023-01-06 Thread anothername27-unity--- via Gcc-patches
From: Himal Hi, This might be a better fix. Thanks. --- libiberty/unlink-if-ordinary.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/libiberty/unlink-if-ordinary.c b/libiberty/unlink-if-ordinary.c index 84328b216..e765ac8b1 100644 --- a/libiberty/unlink-if-ordinary.c +++ b/libiber