This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/50733] avr-gcc 4.3.5 generates incorrect code when using PROGMEM macro
- From: "marcos_vc at coel dot com.br" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 19 Oct 2011 15:02:10 +0000
- Subject: [Bug target/50733] avr-gcc 4.3.5 generates incorrect code when using PROGMEM macro
- Auto-submitted: auto-generated
- References: <bug-50733-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50733
--- Comment #2 from marcos_vc at coel dot com.br 2011-10-19 15:02:10 UTC ---
In that case avr-gcc should print an error/warning when one try to access
variables that way. I'm newbie for this specific target and this code compiles
without any error or warning.