------- Comment #7 from armin at xos dot net 2007-02-16 14:00 ------- (In reply to comment #5) > > i used the above cflags and it compiled well. and no segmentation faults > > anymore. > > I wouldn't personally recommend -fwrapv, this may uncover other problems. On > the contrary, -fno-strict-aliasing is always safe.
with just -fno-strict-aliasing it compiles and executes fine as well. so no -fwrapv needed. -- armin at xos dot net changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |armin at xos dot net http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30819