r216539 - in /trunk: gcc/ChangeLog gcc/coretype...
amodra@gcc.gnu.org
amodra@gcc.gnu.org
Wed Oct 22 01:41:00 GMT 2014
Author: amodra
Date: Wed Oct 22 01:41:31 2014
New Revision: 216539
URL: https://gcc.gnu.org/viewcvs?rev=216539&root=gcc&view=rev
Log:
gcc/
* gengtype.h (obstack_chunk_alloc, obstack_chunk_free): Remove cast.
* coretypes.h (obstack_chunk_alloc, obstack_chunk_free): Likewise.
(gcc_obstack_init): Use obstack_specify_allocation in place of
_obstack_begin.
* genautomata.c (next_sep_el): Cast result of obstack_base to (char *).
(regexp_representation): Likewise.
* godump.c (go_output_type): Likewise.
gcc/java/
* mangle.c (finish_mangling): Cast result of obstack_base to (char *).
* typeck.c (build_java_argument_signature): Likewise.
(build_java_signature): Likewise.
gcc/objc/
* objc-encoding.c (encode_array): Cast result of obstack_base.
(encode_type): Likewise.
libcpp/
* symtab.c (ht_create): Use obstack_specify_allocation in place of
_obstack_begin.
* files.c (_cpp_init_files): Likewise.
* init.c (cpp_create_reader): Likewise.
* identifiers.c (_cpp_init_hashtable): Likewise.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/coretypes.h
trunk/gcc/genautomata.c
trunk/gcc/gengtype.h
trunk/gcc/godump.c
trunk/gcc/java/ChangeLog
trunk/gcc/java/mangle.c
trunk/gcc/java/typeck.c
trunk/gcc/objc/ChangeLog
trunk/gcc/objc/objc-encoding.c
trunk/libcpp/ChangeLog
trunk/libcpp/files.c
trunk/libcpp/identifiers.c
trunk/libcpp/init.c
trunk/libcpp/symtab.c
More information about the Gcc-cvs
mailing list