--- Comment #5 from eric dot weddington at atmel dot com 2010-07-19 13:43
---
Closing as WORKSFORME based on comments #3, #4.
--
eric dot weddington at atmel dot com changed:
What|Removed |Added
--- Comment #4 from anitha dot boyapati at atmel dot com 2010-07-19 13:03
---
SSA pass pass_remove_useless_stmts() removes useless statements and any code
beyond statements like "while(1);" will not be generated. This might be why the
breakpoint at "while(TRUE);" in the testcase is not
--- Comment #3 from anitha dot boyapati at atmel dot com 2010-07-19 12:56
---
When I tried with AVR Studio 4.18, Build 684, the program didn't crash.
I think the issue is not with compiler. Disassembly looks proper and call to
Evaluate() is returned. This can be verified by using brea
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Severity|critical|normal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25722
--- Comment #2 from berndtrog at yahoo dot com 2006-01-10 16:56 ---
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!
--
berndtrog at yahoo dot com changed:
What|Removed
--- Comment #1 from bl at rosetechnology dot dk 2006-01-09 12:33 ---
Created an attachment (id=10598)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10598&action=view)
Testcase
Testcase including debug code for avr-studio 4. When the funtion 'Evaluate'
exits the program chrashes