------- Additional Comments From falk at debian dot org 2005-02-18 12:38 ------- This code is invalid; you're accessing an object of type uint64_t via a pointer to uint32_t, which is not allowed. Use -fno-strict-aliasing, or use a union.
-- What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20053