Re: [pypy-dev] Unable to build pypy with '--shared' option

2014-07-05 Thread Armin Rigo
Hi Yichao, On 5 July 2014 13:12, Yichao Yu wrote: > Actually the problem is gone when adding option > --gcrootfinder=shadowstack, which also seems to be necessary when > building the py3k branch with --shared. > > I guess this is what you mean by "yet another asmgcc issue"? Yes. Here, as is oft

Re: [pypy-dev] Unable to build pypy with '--shared' option

2014-07-05 Thread Yichao Yu
Actually the problem is gone when adding option --gcrootfinder=shadowstack, which also seems to be necessary when building the py3k branch with --shared. I guess this is what you mean by "yet another asmgcc issue"? On Sat, Jul 5, 2014 at 5:55 PM, Yichao Yu wrote: > Hi Armin, > > On Sat, Jul 5,

Re: [pypy-dev] Unable to build pypy with '--shared' option

2014-07-05 Thread Yichao Yu
Hi Armin, On Sat, Jul 5, 2014 at 5:40 PM, Armin Rigo wrote: > Hi Yichao, > > On 5 July 2014 11:34, Yichao Yu wrote: >> I have got the following error (see below, with a lot of other >> compiler warnings) when trying to compile pypy with the '--shared' >> option during the last stop (compile_c).

Re: [pypy-dev] Unable to build pypy with '--shared' option

2014-07-05 Thread Armin Rigo
Hi Yichao, On 5 July 2014 11:34, Yichao Yu wrote: > I have got the following error (see below, with a lot of other > compiler warnings) when trying to compile pypy with the '--shared' > option during the last stop (compile_c). Ah, that's yet another asmgcc issue. Probably shows up with gcc 4.9.

[pypy-dev] Unable to build pypy with '--shared' option

2014-07-05 Thread Yichao Yu
Hi, I have got the following error (see below, with a lot of other compiler warnings) when trying to compile pypy with the '--shared' option during the last stop (compile_c). I've seen similar issues without --shared before and it was solved by setting the CFLAGS to -O1 but that doesn't seem to h