This is the mail archive of the gcc-bugs@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: egcs 1.1.1 build on Irix 6.5



  In message <v03110701b2fbcdc95446@[137.229.12.6]>you write:
  > Hello,
  > 
  > I'm attempting to build egcs 1.1.1 under Irix 6.5 using the SGI
  > supplied gcc, version 2.8.1.  It is failing with:
  > 
  > kcarlson@indigo41: gcc -DIN_GCC -g -DHAVE_CONFIG_H -I. -I$SRC/gcc \
  > > -I$SRC/gcc/config -c $SRC/gcc/c-parse.c 2>&1 | head -6
  > c-parse.y: In function `yyparse':
  > c-parse.y:279: invalid type argument of `->'
  > c-parse.y:280: invalid type argument of `->'
  > c-parse.y:284: invalid type argument of `->'
  > c-parse.y:285: invalid type argument of `->'
  > c-parse.y:289: invalid type argument of `->'
  > 
  > Examination of c-parse.y show the failing lines to be referencing
  > TREE_* defintions which in turn reference TREE_LIST_CHECK and
  > TREE_VEC_CHECK which are not defined anywhere within the source:
BTW, Can you send me (not the list) a copy of <builddir>/gcc/tree-check.h?

jeff


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