Wim Lewis <w...@hhhh.org> wrote: > I had thought that __FUNCTION__ and __PRETTY_FUNCTION__ acted like > string literals and could be used this way, but I just tested and they > seem to act like __func__.
__FUNCTION__ just predates the (C99) standardized __func__ but is otherwise the same. Thus, it's not surprising that __PRETTY_FUNCTION__ works the same way. As this is debugging-only stuff, the way around is probably to just use a CPU with enough RAM for debugging. -- cheers, J"org .-.-. --... ...-- -.. . DL8DTL http://www.sax.de/~joerg/ NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) _______________________________________________ AVR-GCC-list mailing list AVR-GCC-list@nongnu.org https://lists.nongnu.org/mailman/listinfo/avr-gcc-list