>
>
> Is there any workable combination of OS_main and the noreturn attribute,
> that would prevent the compiler from inserting the _exit function?
>
> In the ideal case six bytes would be saved.
>
> My main() never returns, yet when I apply noreturn I'm told that
> main() is returning a value.


Does -fstandalone work for this?
_______________________________________________
AVR-GCC-list mailing list
AVR-GCC-list@nongnu.org
http://lists.nongnu.org/mailman/listinfo/avr-gcc-list

Reply via email to