> From: Ludovic Courtès <l...@gnu.org> > > Hello Guilers! > > I get this today: > > --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---
Well, I touched it last in 27f3413eb8f505b8cab8850ea2f35139ea5707d2. I was probably being lax in casting between signed and unsigned 32-bit integers. I don't get that error on my box, though. I can try fixing it tonight. -Mike