https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61577
--- Comment #32 from dave.anglin at bell dot net --- On 2019-07-03 9:08 p.m., elowe at elowe dot com wrote: > This macro only seems to control whether you use ltoffx or ltoff. > > I can confirm I am using bash, and #define HAVE_AS_LTOFFX_LDXMOV_RELOCS 1 in > gcc/config.h My lack of knowledge about ia64 is showing... A ia64-hpux cross from hppa-linux generates the same failing code for the hello world program. Thus, I don't think this is a bootstrap compiler problem. It should be possible to bisect tree and find the change which broke ia64. gcc -v should show the configure options used to build original working gcc.