http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36489

Jan Kunigk <ian at linux dot vnet.ibm.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ian at linux dot
                   |                            |vnet.ibm.com

--- Comment #7 from Jan Kunigk <ian at linux dot vnet.ibm.com> 2010-11-09 
15:51:44 UTC ---
Stumbled into this again w 4.3.4

echo "int t[10][10] = { [1][2] = 1, [1][3] = 2 };" > bla.c

powerpc64-unknown-linux-gnu-gcc -Wextra -c bla.c           
bla.c:1: warning: initialized field overwritten
bla.c:1: warning: (near initialization for 't[1]')

powerpc64-unknown-linux-gnu-gcc --version
powerpc64-unknown-linux-gnu-gcc (Gentoo 4.3.4 p1.1, pie-10.1.5) 4.3.4
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Cheers

Reply via email to