https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61577
--- Comment #251 from dave.anglin at bell dot net --- On 2021-07-15 2:48 p.m., bugzilla-gcc at thewrittenword dot com wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61577 > > --- Comment #243 from The Written Word <bugzilla-gcc at thewrittenword dot > com> --- > (In reply to John Buddery from comment #238) >> It seems binutils 2.32 and earlier works fine in 32 bit mode, but 2.33.1 and >> later require a 64 bit build for 64 bit objects to work reliably. > I can build up to and including 2.32 with the HP C compiler. Starting with > 2.33.1, they add -std=gnu99. Might be possible to fix this but I might retry > with 2.32. Adding -std=gnu99 unilaterally seems like a bug.