On 23.01.2019 05:35, Alan Modra wrote:
On Wed, Jan 23, 2019 at 10:26:06AM +0800, Liu Hao wrote:
在 2019/1/22 上午4:20, Christer Solskogen 写道:
I've successfully built a multilib compiler on linux targeting both
x86_64-w64-mingw32 and i686-w64-mingw32. Using that compiler to compile
a native Windows compiler (what do you really call that? Crossed
compiler? Hosted?) with mingw-w64-crt configured with
"--enable-experimental" I get this (on Windows).

Internal error in stringer at
/home/builder/binutils-2.31.1/gas/read.c:5366.
Please report this bug.

gas shouldn't be reporting an internal error here.  Very likely you
have a wrongly quoted string in the input to gas.  Please open a bug
at https://sourceware.org/bugzilla/enter_bug.cgi?product=binutils with
the input to gas (.s file) attached.


Done. https://sourceware.org/bugzilla/show_bug.cgi?id=24125

There is a difference between them.

The working .S file has: .ascii "Hello world!\0"
The not working .S file has: .ascii "Hello world!\ " (notepad++ says: !\NUL" instead of the whitespace.


_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to