This is GCC Bugzilla
This is GCC Bugzilla Version 2.20+
View Bug Activity | Format For Printing | Clone This Bug
In at least one case where a lot of local variables have been used in a function the stackpointer is restored from a register pair where the it have never been saved.
Created an attachment (id=10598) [edit] Testcase Testcase including debug code for avr-studio 4. When the funtion 'Evaluate' exits the program chrashes
Only 3.4.x seems allocate a frame pointer in the function 'Evaluate'. It would be interesting if this bug can be triggered in 4.x!