This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: subscripted value is neither array nor pointer


On Mar 13, 2000, Peter Jordan <pjordan@noname.blackwire.com> wrote:

> ../../../lib/ext2fs/swapfs.c: In function `ext2fs_swap_inode':
> ../../../lib/ext2fs/swapfs.c:119: subscripted value is neither array nor pointer

> t-> osd2.linux2.l_i_reserved2[0] =

> 		Can anyone help me out with a workaround.

Please post the preprocessed sources, as requested at
http://www.gnu.org/software/gcc/bugs.html

Take a look at the preprocessed code first, it may turn out to be some
preprocessing issue, such as the wrong header file getting included or
something.

-- 
Alexandre Oliva     http://www.ic.unicamp.br/~oliva/     Enjoy Guaranį
Cygnus Solutions, a Red Hat company        aoliva@{redhat, cygnus}.com
Free Software Developer and Evangelist    CS PhD student at IC-Unicamp
oliva@{lsd.ic.unicamp.br, gnu.org}   Write to mailing lists, not to me


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]