[Bug c/41824] Value not reread from stack frame

2009-10-25 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2009-10-25 18:46 --- You are violating C type-based aliasing rules. Use -fno-strict-aliasing. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c/41824] Value not reread from stack frame

2009-10-25 Thread ktreichel at web dot de
--- Comment #1 from ktreichel at web dot de 2009-10-25 18:23 --- Created an attachment (id=18891) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18891&action=view) Testcase to reproduce the bug -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41824