This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/17333] Optimizing/inlineing
- From: "hans dot buchmann at fhso dot ch" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Sep 2004 12:28:39 -0000
- Subject: [Bug c++/17333] Optimizing/inlineing
- References: <20040906113512.17333.hans.buchmann@fhso.ch>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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