------- Comment #25 from pluto at agmk dot net 2009-02-27 11:22 ------- (In reply to comment #24) > The user can use -Wno-strict-aliasing. >
naturally, but -O2 turns on -fstrict-aliasing, so using strict-aliasing without warnings about aliasing violations is a bit horrible :) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38503