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
[email protected]
http://lists.nongnu.org/mailman/listinfo/avr-gcc-list
