On Fri, Aug 5, 2016 at 2:13 PM, Joseph Myers wrote:
> On Fri, 5 Aug 2016, Ian Lance Taylor wrote:
>
>> PR 72812 points out that Go can generate non-ASCII characters in
>> assembly code. This is a consequence of the fact that Go permits
>> identifiers to contain non-ASCII Unicode code points. The
On Fri, 5 Aug 2016, Ian Lance Taylor wrote:
> PR 72812 points out that Go can generate non-ASCII characters in
> assembly code. This is a consequence of the fact that Go permits
> identifiers to contain non-ASCII Unicode code points. The GNU
> assembler doesn't seem to mind, but the Solaris asse
PR 72812 points out that Go can generate non-ASCII characters in
assembly code. This is a consequence of the fact that Go permits
identifiers to contain non-ASCII Unicode code points. The GNU
assembler doesn't seem to mind, but the Solaris assembler does.
This patch changes the GCC Go interface