Re: [avr-gcc-list] Clarification for interrupt specific changes inoutput_movhi() in revision 136238

2010-08-25 Thread Anatoly Sokolov
Hi. There is one issue I would like to get clarified. In prologue, conditional check for is_OS_main is happening but not the same in epilogue. expand_prologue() { ... + else if (TARGET_NO_INTERRUPTS +|| cfun-machine-is_signal +|| cfun-machine-is_OS_main) + { insn =

RE: [avr-gcc-list] Clarification for interrupt specific changes inoutput_movhi() in revision 136238

2010-08-25 Thread Boyapati, Anitha
Hi Anatoly, On the other hand in main function interrupt may be enabled and writing to SP soul be de done in safe way. Thanks for the quick response. Regards Anitha ___ AVR-GCC-list mailing list AVR-GCC-list@nongnu.org