Skip to content
Snippets Groups Projects
  • Michael Matz's avatar
    a0b48080
    Don't use %z printf length specifier · a0b48080
    Michael Matz authored
    	* system.h (PRsa): New macro.
    	(SIZE_AMOUNT): Cast number to uint64_t.
    	* alloc-pool.h (pool_usage::dump): Don't use %zu but PRsa.
    	(pool_usage::dump_footer): Likewise and also use PRIu64.
    	* bitmap.h (bitmap_usage::dump): Likewise.
    	* ggc-common.c (ggc_usage::dump): Likewise.
    	* ggc-page.c (ggc_print_statistics): Likewise.
    	* input.c (dump_line_table_statistics): Likewise.
    	* mem-stats.h (mem_usage::dump): Likewise.
    	(mem_usage::dump_footer): Likewise.
    	* rtl.c (dump_rtx_statistics): Likewise.
    	* tree-cfg.c (dump_cfg_stats): Likewise.
    	* tree-dfa.c (dump_dfa_stats): Likewise.
    	* tree-phinodes.c (phinodes_print_statistics): Likewise.
    	* tree-ssanames (ssanames_print_statistics): Likewise.
    	* vec.c (vec_usage::dump): Likewise.
    	(vec_usage::dump_footer): Likewise.
    
    From-SVN: r266208
    a0b48080
    History
    Don't use %z printf length specifier
    Michael Matz authored
    	* system.h (PRsa): New macro.
    	(SIZE_AMOUNT): Cast number to uint64_t.
    	* alloc-pool.h (pool_usage::dump): Don't use %zu but PRsa.
    	(pool_usage::dump_footer): Likewise and also use PRIu64.
    	* bitmap.h (bitmap_usage::dump): Likewise.
    	* ggc-common.c (ggc_usage::dump): Likewise.
    	* ggc-page.c (ggc_print_statistics): Likewise.
    	* input.c (dump_line_table_statistics): Likewise.
    	* mem-stats.h (mem_usage::dump): Likewise.
    	(mem_usage::dump_footer): Likewise.
    	* rtl.c (dump_rtx_statistics): Likewise.
    	* tree-cfg.c (dump_cfg_stats): Likewise.
    	* tree-dfa.c (dump_dfa_stats): Likewise.
    	* tree-phinodes.c (phinodes_print_statistics): Likewise.
    	* tree-ssanames (ssanames_print_statistics): Likewise.
    	* vec.c (vec_usage::dump): Likewise.
    	(vec_usage::dump_footer): Likewise.
    
    From-SVN: r266208