[Bug c/30855] gcc changes code order

2007-02-18 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-02-19 02:12 --- You are violating C aliasing rules, use -fno-strict-aliasing or fix the code so you don't violate the rules. *** This bug has been marked as a duplicate of 21920 *** -- pinskia at gcc dot gnu dot org changed:

[Bug c/30855] gcc changes code order

2007-02-19 Thread mihai dot dontu at gmail dot com
--- Comment #2 from mihai dot dontu at gmail dot com 2007-02-19 09:05 --- Oh. I never gave much thought to these aliasing rules so I guess it was about time one of them slapped me in the face :) Thanks, Mihai -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30855