New issue 2571: Fatal RPython error: NotImplementedError
https://bitbucket.org/pypy/pypy/issues/2571/fatal-rpython-error-notimplementederror
Denis Sumin:
I'm trying to run a python3 project with pypy (5.7.1), and I'm getting the
following:
```
#!bash
RPython traceback:
File "pypy_interpreter.
New issue 2572: Link-time optimization (LTO) disabled
https://bitbucket.org/pypy/pypy/issues/2572/link-time-optimization-lto-disabled
Armin Rigo:
Link-time optimization (the gcc option ``-flto``) has been disabled again.
With gcc 6.2.0 on Ubuntu 14.04, it produces code that really looks invalid