------- Comment #3 from pinskia at gcc dot gnu dot org 2009-04-13 22:00 ------- (In reply to comment #2) > Is this really "broken" when the Apple compiler has the same behavior > (assuming > we all accept that the Apple Objective-C semantics are the de facto standard)?
Apple's compiler does not have the same behavior because they disable strict aliasing by default for all languages. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39753