Re: using __func__ once increases _end (variable area size) by 446 bytes?

2020-12-19 Thread Joerg Wunsch
As Britton Kerin wrote: > The function name is only 17 characters. How can using __func__ cause > such a dramatic increase in the variable area size? Well, the avr-libc list ist probably not necessarily the right place to ask questions about the compiler itself. Anyway, please provide a compilab

Re: using __func__ once increases _end (variable area size) by 446 bytes?

2020-12-19 Thread Britton Kerin
On Fri, Dec 18, 2020 at 11:27 PM Joerg Wunsch wrote: > > As Britton Kerin wrote: > > > The function name is only 17 characters. How can using __func__ cause > > such a dramatic increase in the variable area size? > > Well, the avr-libc list ist probably not necessarily the right place > to ask qu