Pierre Muller wrote: > Pedro, > > you patch to main leads to a warning when compiling stabsread.o > because sign_bit might be used uninitialized. > Even though this is a false alarm, > as sign_bit is set if two_complement_representation is, > and used later only if two_complement_representation is set; > we need to correct this, as it leads to a compilation failure if > -Werror is used. > Ah, sorry and thanks. I built with -O0 only ... Checked the attached in, as obvious. -- Cheers, Pedro Alves