[Bug algol68/123733] Bootstrap fails: implicit declaration of GC_is_init_called
ro at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Jan 20 20:16:41 GMT 2026
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123733
Rainer Orth <ro at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|--- |16.0
--- Comment #1 from Rainer Orth <ro at gcc dot gnu.org> ---
As of 2026-01-20, bootstrap with Algol68 included FAILs when using boehm-gc
7.6.0:
libga68/ga68-alloc.c: In function ‘_libga68_init_heap’:
libga68/ga68-alloc.c:51:8: error: implicit declaration of function
‘GC_is_init_called’; did you mean ‘GC_is_disabled’?
[-Wimplicit-function-declaration]
51 | if (!GC_is_init_called ())
| ^~~~~~~~~~~~~~~~~
| GC_is_disabled
If libga68 requires a newer version to build, this should at least be
documented in install.texi.
More information about the Gcc-bugs
mailing list