Re: [PATCH] Fix awk substr invocation in libgo buildsystem

2021-05-13 Thread Jeff Law via Gcc-patches
On 5/10/2021 3:32 AM, Christoph Höger wrote: The awk script used a zero-based index which worked on surprisingly many plattforms. According to the man page, however, the function expects one-based indexing. For reference see this bug in the go git repository: https://github.com/golang/go/issu

[PATCH] Fix awk substr invocation in libgo buildsystem

2021-05-10 Thread choeger
From: Christoph Höger The awk script used a zero-based index which worked on surprisingly many plattforms. According to the man page, however, the function expects one-based indexing. For reference see this bug in the go git repository: https://github.com/golang/go/issues/45843 Signed-off-by:

[PATCH] Fix awk substr invocation in libgo buildsystem

2021-05-10 Thread Christoph Höger
The awk script used a zero-based index which worked on surprisingly many plattforms. According to the man page, however, the function expects one-based indexing. For reference see this bug in the go git repository: https://github.com/golang/go/issues/45843 Signed-off-by: Christoph Höger --- Ch

[PATCH] Fix awk substr invocation in libgo buildsystem

2021-05-10 Thread Christoph Höger
The awk script used a zero-based index which worked on surprisingly many plattforms. According to the man page, however, the function expects one-based indexing. For reference see this bug in the go git repository: https://github.com/golang/go/issues/45843 Signed-off-by: Christoph Höger --- Ch