Hi, Mike Gran <spk...@yahoo.com> writes:
On Wed, 2009-09-23 at 17:09 -0700, Mike Gran wrote: > > From: Ludovic Courtès <l...@gnu.org> [...] > > --8<---------------cut here---------------start------------->8--- > > i18n.c: In function ‘scm_string_locale_downcase’: > > i18n.c:1093: error: dereferencing pointer ‘c_downstr.217’ does break > > strict-aliasing rules > > i18n.c:1097: error: dereferencing pointer ‘c_downstr.217’ does break > > strict-aliasing rules > > i18n.c:1259: note: initialized from here > > --8<---------------cut here---------------end--------------->8--- [...] > OK. I couldn't reproduce the warning, but, I hacked it up some. > Hopefully 2c48e4d5b7c5f33f8ddc2ce9c381c9f51ce7b579 made it better. It compiles happily now, thanks! Ludo’.