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

_______________________________________________
AVR-GCC-list mailing list
AVR-GCC-list@nongnu.org
http://lists.nongnu.org/mailman/listinfo/avr-gcc-list

Reply via email to