>>>>> "Alan" == Alan Modra <amo...@gmail.com> writes:
Alan> Bootstrapped and regression tested x86_64-linux and powerpc-linux, Alan> with both the new obstack.{h,c} and the old versions. OK to apply? Alan> gcc/java/ Alan> * mangle.c (finish_mangling): Cast result of obstack_base to (char *). Alan> * typeck.c (build_java_argument_signature): Likewise. Alan> (build_java_signature): Likewise. Alan> libcpp/ Alan> * symtab.c (ht_create): Use obstack_specify_allocation in place of Alan> _obstack_begin. Alan> * files.c (_cpp_init_files): Likewise. Alan> * init.c (cpp_create_reader): Likewise. Alan> * identifiers.c (_cpp_init_hashtable): Likewise. Thanks Alan. The java and libcpp bits are ok. Tom