r189951 - in /trunk: gcc/ChangeLog gcc/doc/gty....

lauras@gcc.gnu.org lauras@gcc.gnu.org
Mon Jul 30 02:30:00 GMT 2012


Author: lauras
Date: Mon Jul 30 02:30:52 2012
New Revision: 189951

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189951
Log:
gcc:
2012-07-27  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
	    Steven Bosscher  <steven@gcc.gnu.org>

	* gengtype.c (adjust_field_type): Diagnose duplicate "length"
	option applications and option being applied to arrays of atomic
	types.
	(walk_type): Allow "atomic" option on strings too.
	* dwarf2out.h (struct dw_vec_struct): Use the "atomic" GTY option
	for the array field.
	* vec.h: Describe the atomic object "A" type of the macros in
	the header comment.
	(VEC_T_GTY_ATOMIC, DEF_VEC_A, DEF_VEC_ALLOC_A): Define.
	* emit-rtl.c (locations_locators_vals): use the atomic object
	vector.
	* doc/gty.texi: Clarify that GTY option "length" is only for
	arrays of non-atomic objects.  Fix typo in the description of the
	"atomic" option.

gcc/java:
2012-07-24  Laurynas Biveinis  <laurynas.biveinis@gmail.com>

	* jcf.h (CPool): Use the "atomic" GTY option for the tags field.
	(bootstrap_method): Likewise for the bootstrap_arguments field.

libcpp:
2012-07-24  Laurynas Biveinis  <laurynas.biveinis@gmail.com>

	* include/line-map.h (line_map_macro): Use the "atomic" GTY option
	for the macro_locations field.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/doc/gty.texi
    trunk/gcc/dwarf2out.h
    trunk/gcc/emit-rtl.c
    trunk/gcc/gengtype.c
    trunk/gcc/java/ChangeLog
    trunk/gcc/java/jcf.h
    trunk/gcc/vec.h
    trunk/libcpp/ChangeLog
    trunk/libcpp/include/line-map.h



More information about the Gcc-cvs mailing list