https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123733
--- Comment #6 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> --- > --- Comment #5 from pietro <pietro at gcc dot gnu.org> --- > This patch should fix it > https://inbox.sourceware.org/gcc-patches/[email protected]/T/#u It does for the compilation part of the PR. However, this snippet from libga68.spec is still wrong: %rename lib liborig_ga68_renamed *lib: %{noga68lib: ; :-lm /vol/gcc/lib/libgc.la} %(liborig_ga68_renamed) It causes all algol68 link/run tests to fail linking: /vol/gcc/lib/libgc.la: file not recognized: file format not recognized collect2: error: ld returned 1 exit status compiler exited with status 1 FAIL: algol68/execute/abs-bits-1.a68 compilation, -O0 UNTESTED: algol68/execute/abs-bits-1.a68 execution, -O0 I can work around this for now by configuring with --disable-algol68-gc, but that shouldn't be necessary.
