Re: Ping [Patch,AVR]: Fix PR target/44643

2011-04-11 Thread Denis Chertykov
2011/4/11 Georg-Johann Lay : > Georg-Johann Lay schrieb: >> This is fix of PR44643 which is triggered by >> >> http://savannah.nongnu.org/bugs/?32988 >> >> i.e. include/avr/pgmspace.h:PSTR has to be changed, too: PSTR has to >> generate __c as "static const char[]", not as "static char[]". Note >>

Re: Ping [Patch,AVR]: Fix PR target/44643

2011-04-11 Thread Georg-Johann Lay
Georg-Johann Lay schrieb: > This is fix of PR44643 which is triggered by > > http://savannah.nongnu.org/bugs/?32988 > > i.e. include/avr/pgmspace.h:PSTR has to be changed, too: PSTR has to > generate __c as "static const char[]", not as "static char[]". Note > that avr-libc has to be changed anyw

[Patch,AVR]: Fix PR target/44643

2011-04-07 Thread Georg-Johann Lay
This is fix of PR44643 which is triggerd by http://savannah.nongnu.org/bugs/?32988 i.e. include/avr/pgmspace.h:PSTR has to be changed, too: PSTR has to generate __c as "static const char[]", not as "static char[]". Note that avr-libc has to be changed anyway, no matter if or if not this patch is