From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26299 invoked by alias); 26 Aug 2014 12:13:10 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 26258 invoked by uid 48); 26 Aug 2014 12:13:04 -0000 From: "stefan at schweter dot it" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/62268] New: ICE: segmentation fault with Boost.Asio 1.55 Date: Tue, 26 Aug 2014 12:13:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 5.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: stefan at schweter dot it X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-08/txt/msg01759.txt.bz2 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 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