From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6710B383F849; Mon, 15 Jun 2020 15:18:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6710B383F849 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1592234294; bh=wnHqY97gjDrZBkgmT18NFOiu1AsjZ0F6MFC7v35IcEc=; h=From:To:Subject:Date:From; b=sJuxx8sc7wym/71Gk7TH7+G3kY1IYbEzNLWU5pJfY8En95YyqsZD7SXHxcQWInNL+ 1u4u12HBEIf+RLehkSIq9MhrD3AL2hKUz+ePxDopkJ1rlZKt2ugX45C0SXV/GEety3 17Y81zqO4J9CuaZ94f9pkt+yi6Mw2zhzGJmA4Bs8= From: "janezz55 at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/95684] New: internal compiler error: Segmentation fault Date: Mon, 15 Jun 2020 15:18:14 +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: 10.1.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: janezz55 at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: 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 target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Jun 2020 15:18:14 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95684 Bug ID: 95684 Summary: internal compiler error: Segmentation fault Product: gcc Version: 10.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: janezz55 at gmail dot com Target Milestone: --- source code is at: https://github.com/user1095108/generic I do this: g++ -std=3Dc++17 forwarder.cpp -o f I get this: In file included from forwarder.cpp:3: forwarder.hpp: In instantiation of 'class gnr::detail::forwarder::forwarder_impl2': forwarder.hpp:82:7: required from 'class gnr::detail::forwarder::forwarder_impl' forwarder.hpp:90:7: required from 'class gnr::forwarder' forwarder.cpp:17:44: required from here forwarder.hpp:29:7: internal compiler error: Segmentation fault 29 | R (*stub_)(void*, A&&...) noexcept(E) {}; | ^~~~~ Please submit a full bug report, gcc version 10.1.0 (GCC)=