Re: Please pull powerpc.git 'merge' branch
From: Segher Boessenkool <hidden>
Date: 2006-09-03 20:41:49
From: Segher Boessenkool <hidden>
Date: 2006-09-03 20:41:49
quoted
quoted
I wrote a sparse extension that warns if an initializer tries to initialize the same entry multiple times.Ugh, I expected the C compiler to catch this... :-/Yeah, me too.
Long ago, GCC used to catch this (with an error). C99 however requires the overwriting behaviour. Having a warning would be nice though; this is http://gcc.gnu.org/PR24010 . Segher