https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62268
Bug ID: 62268 Summary: ICE: segmentation fault with Boost.Asio 1.55 Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: stefan at schweter dot it Hi, I'm using GCC 5 (on Debian Testing): g++ -v Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/x86_64-unknown-linux-gnu/5.0.0/lto-wrapper Target: x86_64-unknown-linux-gnu Configured with: /usr/src/gcc/configure --disable-multilib --enable-languages=c,c++ Thread model: posix gcc version 5.0.0 20140826 (experimental) (GCC) Boost version is 1.55. When compiling this code with g++ -std=c++11 or g++ -lboost_system: #include <boost/asio.hpp> int main() { return 0; } An ICE occurs: test1.cpp:6:1: internal compiler error: Segmentation fault } ^ Can anyone confirm this error? Thanks in advance + regards, Stefan