https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123785
--- Comment #3 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jose E. Marchesi <[email protected]>: https://gcc.gnu.org/g:5435dfc71c3d08abad47269b3cad5a99a345b800 commit r16-7014-g5435dfc71c3d08abad47269b3cad5a99a345b800 Author: Jose E. Marchesi <[email protected]> Date: Sat Jan 24 16:58:51 2026 +0100 a68: build a68 type nodes before targetm.init_builtins [PR algol68/123785] The alpha target calls type_for_mode in init_builtins. The algol68 implementation of type_for_mode uses modes created by a68_build_a68_type_nodes. This patch makes sure that the later is called before the init_builtins target hook. Signed-off-by: Jose E. Marchesi <[email protected]> gcc/algol68/ChangeLog PR algol68/123785 * a68-lang.cc (a68_init): Call a68_build_a68_type_nodes abefore targetm.init_builtins.
