bug-binutils
[Top][All Lists]
Advanced

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

[Bug gas/24125] mingw-w64: -enable-experimental breaks as/gas


From: amodra at gmail dot com
Subject: [Bug gas/24125] mingw-w64: -enable-experimental breaks as/gas
Date: Thu, 24 Jan 2019 08:34:35 +0000

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

Alan Modra <amodra at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2019-01-24
     Ever confirmed|0                           |1

--- Comment #4 from Alan Modra <amodra at gmail dot com> ---
Part of hexdump -c display of good file.

0000060  \t   .   a   s   c   i   i       "   H   e   l   l   o       w
0000070   o   r   l   d   !   \   0   "  \r  \n  \t   .   t   e   x   t

The same in the bad file.

0000060  \t   .   a   s   c   i   i       "   H   e   l   l   o       w
0000070   o   r   l   d   !   \  \0   "  \r  \n  \t   .   t   e   x   t

The difference is that the bad file has an embedded NUL in the source.  That's
a bug in your gcc, but gas shouldn't give an internal error on user input, so
it's a bug in gas too.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

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