bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mingw-w64-public] --enable-experimental breaks as


From: Christer Solskogen
Subject: Re: [Mingw-w64-public] --enable-experimental breaks as
Date: Wed, 23 Jan 2019 08:49:06 +0100
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0

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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]