This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/34734] attribute((progmem)) not handled properly in C++ for AVRs
- From: "gjl at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 30 Jun 2011 13:47:50 +0000
- Subject: [Bug target/34734] attribute((progmem)) not handled properly in C++ for AVRs
- Auto-submitted: auto-generated
- References: <bug-34734-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34734
--- Comment #9 from Georg-Johann Lay <gjl at gcc dot gnu.org> 2011-06-30 13:45:08 UTC ---
Author: gjl
Date: Thu Jun 30 13:45:04 2011
New Revision: 175706
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=175706
Log:
PR target/34734
Backport from mainline
(avr_section_type_flags): For data in ".progmem.data", remove
section flag SECTION_WRITE.
Modified:
branches/gcc-4_6-branch/gcc/ChangeLog
branches/gcc-4_6-branch/gcc/config/avr/avr.c