From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DD61A3858410; Fri, 17 Nov 2023 12:46:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DD61A3858410 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1700225211; bh=I+1tYBj9x3hMV5jVkOrhh+ieE/Djda/lR04q05TpyoI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=EpAbrTISP2dthlg41rtjGL/LkKB/fN1kd2Tym3HIT6xm330Y21urclTZ1v8wQjU3I z+V3DUYa928T1VXsFN7SmrL/C+s0jcNRoKG5Ggrttlx6jEx+edrPwi/5tcgahFuBSV 1gSJwzumsRe4051XW1TN7OpR7VyNPet2DBYpQ1EA= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/53372] [avr] Section attribute ignored with address space Date: Fri, 17 Nov 2023 12:46:51 +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: 4.7.0 X-Bugzilla-Keywords: wrong-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: P5 X-Bugzilla-Assigned-To: unassigned 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=3D53372 --- Comment #2 from CVS Commits --- The releases/gcc-13 branch has been updated by Georg-Johann Lay : https://gcc.gnu.org/g:adb1f8b0eda99e8a1d21bda5955cbe1df5517e63 commit r13-8080-gadb1f8b0eda99e8a1d21bda5955cbe1df5517e63 Author: Georg-Johann Lay Date: Fri Nov 17 12:51:16 2023 +0100 PR target/53372: Don't ignore section attribute with address-space. gcc/ PR target/53372 * config/avr/avr.cc (avr_asm_named_section) [AVR_SECTION_PROGME= M]: Only return some .progmem*.data section if the user did not specify a section attribute. (avr_section_type_flags) [avr_progmem_p]: Unset SECTION_NOTYPE in returned section flags. gcc/testsuite/ PR target/53372 * gcc.target/avr/pr53372-1.c: New test. * gcc.target/avr/pr53372-2.c: New test. (cherry picked from commit 68221c54a9752dbf131c231413edfd21046f8dad)=