From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D3F0A383B780; Tue, 31 May 2022 23:31:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D3F0A383B780 From: "mpolacek at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/105797] [11/12/13 Regression] Internal compiler error: Segmentation fault ( fn_type_unification -> satisfaction_cache::satisfaction_cache -> iterative_hash_template_arg ) Date: Tue, 31 May 2022 23:31:29 +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: 12.1.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: 11.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc priority short_desc target_milestone keywords bug_status everconfirmed cf_reconfirmed_on 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: Tue, 31 May 2022 23:31:29 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D105797 Marek Polacek changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mpolacek at gcc dot gnu.or= g, | |ppalka at gcc dot gnu.org Priority|P3 |P2 Summary|Internal compiler error: |[11/12/13 Regression] |Segmentation fault ( |Internal compiler error: |fn_type_unification -> |Segmentation fault ( |satisfaction_cache::satisfa |fn_type_unification -> |ction_cache -> |satisfaction_cache::satisfa |iterative_hash_template_arg |ction_cache -> |) |iterative_hash_template_arg | |) Target Milestone|--- |11.4 Keywords| |ice-on-valid-code Status|UNCONFIRMED |NEW Ever confirmed|0 |1 Last reconfirmed| |2022-05-31 --- Comment #1 from Marek Polacek --- Started with r11-4859-gd3fd75d8694800: commit d3fd75d869480044213553000d2c9dc236a4f7af Author: Patrick Palka Date: Mon Nov 9 18:16:48 2020 -0500 c++: Consider only relevant template arguments in sat_hasher=