New issue 2063: PyPy3 trunk build failure with gcc 5.1 and debug info enabled
https://bitbucket.org/pypy/pypy/issue/2063/pypy3-trunk-build-failure-with-gcc-51-and

Yichao Yu:

As discussed with @mjacob on the IRC. Currently the pypy3 trunk compilation is 
failing with gcc and debug info enabled `-g`.

Quoting @mjacob's comment on IRC

```
mjacob: yuyichao: the file generated by asmgcc contains a line containing "file 
1 ..." which gcc doesn't like
```

I've seen similar result on the ArchLinuxCN buildbot for pypy(2) trunk so it 
might not be limited to the pypy3 trunk. (Although I haven't verified).

It is very likely that this is only for asmgcc and I'm testing with 
shallowstack now.



_______________________________________________
pypy-issue mailing list
pypy-issue@python.org
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to