From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9B91F385734F; Mon, 15 Jan 2024 11:44:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9B91F385734F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1705319041; bh=/a46TKkrNzsAm7y9+M4Dgh98pOhO7d3UDS9BBvSImT4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=PbgkS29BIjBhCFmzDeVtxWSrhzbSM3PFKCw63Sl23PdPUaFPtMYfrGR5NCrW4CBOq /S52FR7/2apqYsY6GhJeDCKQ/F3ErJV5yntm/qxZ6qKgU3Z5nrHE4JSGIxYwQVg0HB uOWM7Dr6IH9R+5swFcM0Vxcl3QlnVBGDcAy41ats= 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:43:59 +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 #13 from GCC Commits --- The releases/gcc-13 branch has been updated by Georg-Johann Lay : https://gcc.gnu.org/g:d73e585c72cd9c47992185a83fdd9bd28347029a commit r13-8223-gd73e585c72cd9c47992185a83fdd9bd28347029a 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)=