avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] Fixing PR44643 vs. PSTR macro


From: Georg-Johann Lay
Subject: Re: [avr-gcc-list] Fixing PR44643 vs. PSTR macro
Date: Thu, 14 Apr 2011 19:59:21 +0200
User-agent: Thunderbird 2.0.0.24 (X11/20100302)

I now closed PR44643:

http://gcc.gnu.org/PR44643

Note that to build avr-libc you will have to use the updated version
of PSTR like

#define PSTR(s) (__extension__({static const char __c[] PROGMEM =
(s);&__c[0];}))

With that PSTR avr-libc build again.

Please f'up

http://savannah.nongnu.org/bugs/?32988

Johann



reply via email to

[Prev in Thread] Current Thread [Next in Thread]