Skip to content
Snippets Groups Projects
  • Dodji Seketeli's avatar
    d17687f6
    Fix bootstrap on !NO_IMPLICIT_EXTERN_C and ia32 targets · d17687f6
    Dodji Seketeli authored
    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.
    
    From-SVN: r180124
    d17687f6
    History
    Fix bootstrap on !NO_IMPLICIT_EXTERN_C and ia32 targets
    Dodji Seketeli authored
    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.
    
    From-SVN: r180124