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]

Your recent patch ...



... broke the bootstrap:

  stage1/xgcc -Bstage1/ -B/tmp/gcc-20000124-root/usr/local/i386-pc-linux-gnu/bin/  -DIN_GCC   -W -Wall -Wtraditional -O2 -g -O2   -o ../cc1chill parse.o actions.o except.o grant.o lang.o tree.o lex.o decl.o typeck.o convert.o expr.o loop.o tasking.o timing.o inout.o satisfy.o ch-version.o ../ggc-callbacks.o \
	`cat ../stamp-objlist`  ../../libiberty/libiberty.a 
  ../builtins.o: In function `expand_tree_builtin':
  /usr/src/redhat/BUILD/egcs/obj-i386-linux/gcc/../../gcc/builtins.c:2544: undefined reference to `build_unary_op'
  /usr/src/redhat/BUILD/egcs/obj-i386-linux/gcc/../../gcc/builtins.c:2607: undefined reference to `build_binary_op'
  /usr/src/redhat/BUILD/egcs/obj-i386-linux/gcc/../../gcc/builtins.c:2609: undefined reference to `build_unary_op'

There's no build_unary_op in chill-land.

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

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