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

Ian Lance Taylor <ian at airs dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2016-08-05
     Ever confirmed|0                           |1

--- Comment #1 from Ian Lance Taylor <ian at airs dot com> ---
The Solaris assembler is unhappy with the use of non-ASCII characters in
symbols.  The symbols in question are being generated by

func TestStructOfExportRules(t *testing.T) {
        type ΦType struct{}
        type φType struct{}

so in this case they aren't even externally visible.  But similar issues arise
when writing

func φFunc() {}

I think we need a general rewriting of non-ASCII symbols, ideally without
disturbing debug info.  I'll see if I can do this in the GCC backend interface.

Reply via email to