https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119215

--- Comment #14 from James K. Lowden <jklowden at gcc dot gnu.org> ---
(In reply to Sam James from comment #13)
> (In reply to James K. Lowden from comment #12)
> 
> Please share:
> $ ld --version

I had repeated failures on two machines.  Today for the first time I had
success on one.  

Failing: 

$ hostname && arch && lsb_release -r && ld --version | grep ^GNU
linode-cobol
x86_64
Release:        22.04
GNU ld (GNU Binutils) 2.45.50.20250904

Single success: 

$ hostname && arch  && lsb_release -r && ld --version | grep ^GNU
gcc-cobol
aarch64
Release:        22.04
GNU ld (GNU Binutils) 2.45.50.20250904

No obvious difference other than persistence.  (I don't think arch matters, but
it's a fact.)

Both machines are running gcc-11 as packaged by Ubuntu.  If that's too old to
work dependably for this purpose, I apologize for the noise.

Reply via email to