[Bug c++/17333] Optimizing/inlineing

hans dot buchmann at fhso dot ch gcc-bugzilla@gcc.gnu.org
Mon Sep 6 12:28:00 GMT 2004


------- Additional Comments From hans dot buchmann at fhso dot ch  2004-09-06 12:28 -------

changing unsigned data[] to char data[] in

Free*     first=new(data)Free(&free0,size);

dont helps (program crashes only with -O3) 
  
but compiling with 

-fno-strict-aliasing

helps.

Many thanks
Hans


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17333



More information about the Gcc-bugs mailing list