Hello! > My Build Robot[1] found this recent commit to break Alpha: > > * tree-flow.h (FREE_SSANAMES): Move to tree-ssanames.c > (SSANAMES, MODIFIED_NORETURN_CALLS, DEFAULT_DEFS, ptr_info_def, > num_ssa_names, ssa_name): Move to tree-ssanames.h + prototypes. > * tree-flow-inline.h (make_ssa_name, copy_ssa_name, duplicate_ssa_name, > make_temp_ssa_name): move to tree-ssanames.h > * tree-ssa-alias.h: Move prototype. > * tree-ssa.h: Include tree-ssanames.h. > * tree-ssanames.c (FREE_SSANAMES): Move to here. > * tree-ssanames.h: New. Move items from tree-flow*.h > * Makefile.in (tree-ssanames.h): Add to tree-ssanames.o and GTFILES. > > See for example this build log: > http://toolchain.lug-owl.de/buildbot/showlog.php?id=11663&mode=view > > I suggest this patch, which fixes an alpha-linux build for me: > > 2013-09-13 Jan-Benedict Glaw <jbg...@lug-owl.de> > > * config/alpha.c: Include tree-ssa.h.
Thanks, I have tested the patch and commit it to the mainline to restore bootstrap. Uros.