From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0DF7F385771E; Mon, 15 Jan 2024 11:49:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0DF7F385771E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1705319375; bh=jcyfwtFXPXb/E0vl55TVjZ3A/A6za3sPy7pFIO56q0s=; h=From:To:Subject:Date:In-Reply-To:References:From; b=GiLWJa33Pl7x7i1bhJYG5LbXCVp9jLM9XwPiuRihqhc9E3MbKmsZrjaDXyzDzi7xR pzATzbHCGKfHg3WhnrX8uopoAO9Fa63KZVmrOpdL4bTTlEnNxefyL2AjMPLvDmB7i2 4VtwObfrQxzv0uFJ0gruGxUu13bwN8iknehCrAHI= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/113156] [11/12/13/14 Regression] AVR build broken due to ICE while compiling libgcc, started with r14-6201-gf0a90c7d7333fc Date: Mon, 15 Jan 2024 11:49:30 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: build, ice-checking, ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned 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=3D113156 --- Comment #14 from GCC Commits --- The releases/gcc-12 branch has been updated by Georg-Johann Lay : https://gcc.gnu.org/g:2bce77d6e17efd801b2a6fee72e511c0597dc5c2 commit r12-10097-g2bce77d6e17efd801b2a6fee72e511c0597dc5c2 Author: Andrew Pinski Date: Mon Jan 15 10:31:36 2024 +0100 AVR: target/113156 - Fix ICE due to missing "Save" on -m[long-]double=3D options. Multilib options -mdouble=3D and -mlong-double=3D are not ortho= gonal: TARGET_HANDLE_OPTION =3D avr-common.cc::avr_handle_option() set= s them such that sizeof(double) <=3D sizeof(long double) is always t= rue. gcc/ PR target/113156 * config/avr/avr.opt (-mdouble, -mlong-double): Add "Save" flag. (-mbranch-cost): Set "Optimization" flag. (cherry picked from commit f1b0b1e4454d160564090a4cc1fa649ccefdcb1e)=