From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D7E2A3856244; Thu, 22 Jun 2023 13:18:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D7E2A3856244 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1687439936; bh=D2mdSBDVl6yMdle0fyy6uuEXYUVGgT4hXqIriAktlHI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=e594lwXjOiPyuZhgs/KnSRCNszkJFuXl+IkSctPqwi4O4MZe0y5r6Sbn5NsYtauEE EBgIBG0/xORwuXQcunrSvnQRV3S2DYXfiZwrOoNB+DQDMLkcyRiu91JMs9zC1C7FXI J2d6nzcdiFhqjqmEJQW40Twxn3rzlQSaxenlQE1w= From: "thiago.bauermann at linaro dot 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: Thu, 22 Jun 2023 13:18:55 +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: thiago.bauermann at linaro dot 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: cc 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 Thiago Jung Bauermann changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |thiago.bauermann at linaro= dot org --- Comment #14 from Thiago Jung Bauermann --- (In reply to manolis.tsamis from comment #10) > Created attachment 55369 [details] > ICE-fix-proposal-1 This patch fixes the ICEs I reported on the mailing list with profiled bootstrap lto in both armv8l-linux-gnueabihf and aarch64-linux-gnu. Thanks!=