From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Sat, 19 Jul 2008 09:47:26 -0400 Subject: [U-Boot-Users] HELP, trying to remove complier warnings In-Reply-To: References: <20080710184239.EF7F9248FE@gemini.denx.de> <48765849.5050306@freescale.com> Message-ID: <4881F06E.4060503@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Kumar Gala wrote: > On Jul 10, 2008, at 1:43 PM, Scott Wood wrote: > >> Wolfgang Denk wrote: >>> In message <921B6E79C3E18642BFFC1C8633C430DB01023B9A@CA1EXCLV07.adcorp.kla-tencor.com >>>> you wrote: >>>> Try adding -fno-strict-aliasing >>> No, we don't want to hush up compiler warnings, we want to fix the >>> problems instead. >> It's not silencing a warning (if it were, it'd be a -W flag); it's >> disabling an incompatible optimization. > > Did we come to any resolution on this? > > I'm with Scott in that trying to re-write the code isn't worth the > pain and its reasonable to disable the optimization until someone is > willing to update to a newer dlmalloc which might not have the issue. > > - k FWIIW, +1 for me too. gvb