Re: [PATCH] gcc: handle double quotes in symbol name during stabstrings generation

2020-12-14 Thread CHIGOT, CLEMENT via Gcc-patches
linux/amd64, but I did on linux/ppc64le and > > I don't think it's a ppc-only bug. > > > > Clément > > ________ > > From: Ian Lance Taylor > > Sent: Wednesday, December 2, 2020 4:55 PM > > To: CHIGOT, CLEMENT > > Cc:

Re: [PATCH] gcc: handle double quotes in symbol name during stabstrings generation

2020-12-11 Thread Ian Lance Taylor via Gcc-patches
; > I didn't try to reproduce it on linux/amd64, but I did on linux/ppc64le and > > I don't think it's a ppc-only bug. > > > > Clément > > ________ > > From: Ian Lance Taylor > > Sent: Wednesday, December 2, 2020 4:55 PM

Re: [PATCH] gcc: handle double quotes in symbol name during stabstrings generation

2020-12-10 Thread Ian Lance Taylor via Gcc-patches
this problem. Ian > > From: CHIGOT, CLEMENT > Sent: Wednesday, December 2, 2020 5:14 PM > To: Ian Lance Taylor > Cc: gcc-patches@gcc.gnu.org ; David Edelsohn > > Subject: Re: [PATCH] gcc: handle double quotes in symbol name during > stabstrings gener

Re: [PATCH] gcc: handle double quotes in symbol name during stabstrings generation

2020-12-08 Thread CHIGOT, CLEMENT via Gcc-patches
Ian Lance Taylor Cc: gcc-patches@gcc.gnu.org ; David Edelsohn Subject: Re: [PATCH] gcc: handle double quotes in symbol name during stabstrings generation Hi Ian, Here is the test case. If you're compiling with -gstabs you should have a line looking like: .stabs "type.

Re: [PATCH] gcc: handle double quotes in symbol name during stabstrings generation

2020-12-02 Thread CHIGOT, CLEMENT via Gcc-patches
c-patches@gcc.gnu.org ; David Edelsohn Subject: Re: [PATCH] gcc: handle double quotes in symbol name during stabstrings generation Caution! External email. Do not open attachments or click links, unless this email comes from a known sender and you know the content is safe. On Wed, Dec 2, 202

Re: [PATCH] gcc: handle double quotes in symbol name during stabstrings generation

2020-12-02 Thread Ian Lance Taylor via Gcc-patches
On Wed, Dec 2, 2020 at 4:24 AM CHIGOT, CLEMENT wrote: > > Since the new gccgo mangling scheme, libgo compilation is broken on AIX (or > in Linux with -gstabs) because of a type symbol having a " in its name. I've > made a patch (see attachment) in order to fix stabstring generation, because, >

[PATCH] gcc: handle double quotes in symbol name during stabstrings generation

2020-12-02 Thread CHIGOT, CLEMENT via Gcc-patches
Hi Ian Since the new gccgo mangling scheme, libgo compilation is broken on AIX (or in Linux with -gstabs) because of a type symbol having a " in its name. I've made a patch (see attachment) in order to fix stabstring generation, because, IMO, it should be handled anyway. However, it happens onl