From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7D7C7385AC38; Fri, 19 Nov 2021 12:11:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7D7C7385AC38 From: "avi@cloudius-systems.com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/103328] [11/12 Regression] ICE in remap_gimple_stmt, at tree-inline.c:1921 since r11-7419-g0f161cc8494cf728 Date: Fri, 19 Nov 2021 12:11:24 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 11.2.1 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: avi@cloudius-systems.com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: 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: Fri, 19 Nov 2021 12:11:24 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D103328 --- Comment #9 from Avi Kivity --- btw, I also noticed these warnings: raft/server.cc: In member function =E2=80=98virtual seastar::future<> raft::server_impl::abort()=E2=80=99: raft/server.cc:932:1: warning: =E2=80=98raft::server_impl::abort()::_ZN4raft11server_impl5abortEv.Frame=E2= =80=99 has a field =E2=80=98raft::server_impl::abort()::_ZN4raft11server_impl5abortEv.Frame::a= ppend_futures_1_2=E2=80=99 whose type uses the anonymous namespace [-Wsubobject-linkage] 932 | } | ^ raft/server.cc:932:1: warning: =E2=80=98raft::server_impl::abort()::_ZN4raft11server_impl5abortEv.Frame=E2= =80=99 has a field =E2=80=98raft::server_impl::abort()::_ZN4raft11server_impl5abortEv.Frame::a= ll_futures_1_2=E2=80=99 whose type uses the anonymous namespace [-Wsubobject-linkage] raft/server.cc:932:1: warning: =E2=80=98raft::server_impl::abort()::_ZN4raft11server_impl5abortEv.Frame=E2= =80=99 has a field =E2=80=98raft::server_impl::abort()::_ZN4raft11server_impl5abortEv.Frame::D= .579510_2_9=E2=80=99 whose type uses the anonymous namespace [-Wsubobject-linkage] raft/server.cc:932:1: warning: =E2=80=98raft::server_impl::abort()::_ZN4raft11server_impl5abortEv.Frame=E2= =80=99 has a field =E2=80=98raft::server_impl::abort()::_ZN4raft11server_impl5abortEv.Frame::D= .579509_2_9=E2=80=99 whose type uses the anonymous namespace [-Wsubobject-linkage]=