[Bug bootstrap/101377] [11/12 Regression] 'exec format error' on x86_64-w64-mingw32

ebotcazou at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Jul 8 16:09:00 GMT 2021


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

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW

--- Comment #9 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
> lh_mouse@lhmouse-pc ~ $ /mingw64/x86_64-w64-mingw32/bin/as --version
> GNU assembler (GNU Binutils) 2.36.1
> Copyright (C) 2021 Free Software Foundation, Inc.
> This program is free software; you may redistribute it under the terms of
> the GNU General Public License version 3 or later.
> This program has absolutely no warranty.
> This assembler was configured for a target of `x86_64-w64-mingw32'.

Thanks.  So I was confused and 2.36 indeed rejects the directive on Windows,
you need the upcoming 2.37 to accept them.

In any case, I can reproduce the problem with a cross-compiler.


More information about the Gcc-bugs mailing list