From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6BC4D3858D28; Wed, 25 Jan 2023 18:46:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6BC4D3858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1674672409; bh=9hujyZcGbDXxjoRwZxvoMAnorLahG/Qua13QnaDdtkU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=aoePUL7oskz3ZgwKvhwVYy/PHVDZWjQzN8RuGbiPoKjv3Y9vV/s0EYVicLdYd7BSB LuiNPmyJyXGBiokit/JZqucNUz8i/k+p2cwEU+u3M+hnT+n4Ow+wYnHr6EvFUug0hV ZSVjmgLTjf+P61604Cak3V8VY2EMVMy3ECD1ZgEs= From: "mpolacek at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/108543] [10/11/12/13 Regression] ICE in build_call_expr_loc_array, at tree.cc:10686 Date: Wed, 25 Jan 2023 18:46:49 +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: 13.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: mpolacek at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.5 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D108543 --- Comment #2 from Marek Polacek --- struct _Bit_iterator_base { long _M_p; friend bool operator<(_Bit_iterator_base __x, _Bit_iterator_base __y) { return &__x._M_p - &__y._M_p; } };=