Errors compiling with gcc-go (go 1.18) after successful build on Go 1.22
I have a Go project that compiles successfully with Go 1.22, but when I attempt to compile it with GCCGO, I encounter errors. The problem seems to be related to the use of generics.