Package: gcc-snapshot
Version: 1:20230108-1
on riscv64, here is what I see:
$ cat /tmp/bla.c
int main() {}
$ /usr/lib/gcc-snapshot/bin/gcc /tmp/bla.c
/usr/bin/ld: cannot find -lgcc_s: No such file or directory
collect2: error: ld returned 1 exit status
Thanks