r180124 - in /trunk: gcc/ChangeLog gcc/c-family...

dodji@gcc.gnu.org dodji@gcc.gnu.org
Tue Oct 18 08:44:00 GMT 2011


Author: dodji
Date: Tue Oct 18 08:44:49 2011
New Revision: 180124

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=180124
Log:
Fix bootstrap on !NO_IMPLICIT_EXTERN_C and ia32 targets

libcpp/

	* include/line-map.h (struct linemap_stats): Change the type of
	the members from size_t to long.
	* macro.c (macro_arg_token_iter_init): Unconditionally initialize
	iter->location_ptr.

gcc/c-family/

	* c-lex.c (fe_file_change): Use LINEMAP_SYSP when
	!NO_IMPLICIT_EXTERN_C.

gcc/
	* input.c (dump_line_table_statistics): Use long, not size_t.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/c-family/ChangeLog
    trunk/gcc/c-family/c-lex.c
    trunk/gcc/input.c
    trunk/libcpp/ChangeLog
    trunk/libcpp/include/line-map.h
    trunk/libcpp/line-map.c
    trunk/libcpp/macro.c



More information about the Gcc-cvs mailing list