You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lto1: internal compiler error: in build_abbrev_table, at dwarf2out.c:7478
Have you seen this with pybind11 before?
Is there a way to externally pass NO_EXTRAS in calls to pybind11_add_module via generic pybind11 CMake options? This would allow users to build pybind11 projects on GCC 4.8 without triggering the bug and without re-writing CMake files of packages (e.g. packaging solutions such as conda or spack).
Maybe this is also just a mismatch between dependencies in those reports in the compile chain?
Reproducible example code
I saw this recently on Travis-CI but can't reproduce it in docker containers (yet).
Issue description
Several places on the internet see build issues of pybind11 with GCC 4.8, probably in a linker bug during LTO:
Have you seen this with pybind11 before?
Is there a way to externally pass
NO_EXTRAS
in calls topybind11_add_module
via generic pybind11 CMake options? This would allow users to build pybind11 projects on GCC 4.8 without triggering the bug and without re-writing CMake files of packages (e.g. packaging solutions such as conda or spack).Maybe this is also just a mismatch between dependencies in those reports in the compile chain?
Reproducible example code
I saw this recently on Travis-CI but can't reproduce it in docker containers (yet).
Works on Ubuntu Trusty:
Surprisingly works on Centos 7:
The text was updated successfully, but these errors were encountered: