Re: [PATCH] Add helper function for basename

2023-12-12 Thread Khem Raj
On Tue, Dec 12, 2023 at 5:18 AM Mark Wielaard wrote: > > Hi Khem, > > On Sun, 2023-12-10 at 12:20 -0800, Khem Raj wrote: > > musl does not provide GNU version of basename and lately have removed > > the definiton from string.h [1] which exposes this problem. It can be > > made to work by providing

Re: [PATCH] Add helper function for basename

2023-12-12 Thread Mark Wielaard
Hi Khem, On Sun, 2023-12-10 at 12:20 -0800, Khem Raj wrote: > musl does not provide GNU version of basename and lately have removed > the definiton from string.h [1] which exposes this problem. It can be > made to work by providing a local implementation of basename which > implements the GNU base

[Bug backends/31142] riscv pass_by_flattened_arg not implemented

2023-12-12 Thread palmer at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=31142 Palmer Dabbelt changed: What|Removed |Added CC||palmer at gcc dot gnu.org --- Commen

[Bug backends/31142] riscv pass_by_flattened_arg not implemented

2023-12-12 Thread rehn at rivosinc dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31142 Robbin Ehn changed: What|Removed |Added CC||rehn at rivosinc dot com --- Comment #1

[PATCH] tests: Don't redirect output to /dev/null in run-native-test.sh

2023-12-12 Thread Mark Wielaard
By redirecting all output to /dev/null in run-native-test.sh the run-native-test.sh.log file will be empty on failures. This makes it hard to figure out what went wrong. * tests/run-native-test.sh: Remove /dev/null redirects. Signed-off-by: Mark Wielaard --- tests/run-native-test.sh | 1