From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 567D13858C5E; Wed, 21 Jun 2023 07:46:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 567D13858C5E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1687333578; bh=3CgiKMH9D0ZtiuilHuIc4tcZIgUAjoR9gDnCJNFRDP0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=xEsRSjObo/9U2Hl7S+osi/IlD8Ou1LQL592JhQDsfvPNdBa0GLsky3kt7wBHFQjDW aZpsB4l2wjC1oNmaIefAjl040P0OQAJvTHF6hTXs7QWFpIbO8QCrYmUPJOeJZ8ab8p qPklpzc0/A6vrCBSFRbTe1AOZkREbE7GGXZPIyFk= From: "slyfox at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug debug/110308] [14 Regression] ICE on audiofile-0.3.6: RTL: vartrack: Segmentation fault in mode_to_precision(machine_mode) Date: Wed, 21 Jun 2023 07:46:17 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: debug X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: slyfox at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: ptomsich at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 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=3D110308 --- Comment #11 from Sergei Trofimovich --- (In reply to manolis.tsamis from comment #10) > Created attachment 55369 [details] > ICE-fix-proposal-1 Proposed patch fixes ICE on audiofile-0.3.6 for me. Thank you!=