------- Comment #7 from sezeroz at gmail dot com 2009-07-31 06:30 ------- Besides my question in comment #6, I wonder why is this actually considered an aliasing violation? The only difference between struct stat and struct _stat64i32 is the time fields: _stat64i32 has __time64_t and stat has time_t which, in this particular case, is typedef'ed as __time64_t already..
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40909