From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1F0B23858C53; Thu, 25 Jan 2024 17:54:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1F0B23858C53 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1706205251; bh=It4ywkp2yKbin3qKZqFY4drQofMNTjXwKiCS/1raYJo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=WO96VvA0VekH9l+Qhn/mrBw/NSw9XeU8dXRnmANOo5dPqiZLTVDKVsUKdUNBnVUBm Z9ZdCyp506V4U07J9KPTrTzgZbAfMmEwXcDouEKuBP0iVSB7sGnysg0RVikfw4feTB qNnUUaOOGD8dfaB7flt3kZmiPm7nyObKuj0w+2t0= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/113601] avr: Wrong SRAM start for ATmega3208 and ATmega3209 Date: Thu, 25 Jan 2024 17:54:10 +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: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P4 X-Bugzilla-Assigned-To: gjl at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- 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=3D113601 --- Comment #1 from GCC Commits --- The master branch has been updated by Georg-Johann Lay : https://gcc.gnu.org/g:6b678d8f96ad5ffb8de9e3f1f1694cb21d7a2c33 commit r14-8433-g6b678d8f96ad5ffb8de9e3f1f1694cb21d7a2c33 Author: Georg-Johann Lay Date: Thu Jan 25 18:51:04 2024 +0100 AVR: target/113601 - Fix wrong data start for ATmega3208 and ATmega3209. gcc/ PR target/113601 * config/avr/avr-mcus.def (atmega3208, atmega3209): Fix data_section_start.=