Skip to content
Snippets Groups Projects
  • Eric Botcazou's avatar
    907a08d9
    tree.h (get_pending_sizes): Remove prototype. · 907a08d9
    Eric Botcazou authored
    	* tree.h (get_pending_sizes): Remove prototype.
    	(put_pending_size): Likewise.
    	(put_pending_sizes): Likewise.
    	* stor-layout.c (pending_sizes): Delete.
    	(get_pending_sizes): Likewise.
    	(put_pending_size): Likewise.
    	(put_pending_sizes): Likewise.
    	(variable_size): Do not call put_pending_size and tidy up.
    	* function.h (struct function): Remove dont_save_pending_sizes_p.
    	* lto-streamer-in.c (input_function): Do not stream it.
    	* lto-streamer-out.c (output_function): Likewise.
    	* tree-inline.c (initialize_cfun): Do not copy it.
    	* c-decl.c (store_parm_decls): Do not set it.
    	* omp-low.c (create_task_copyfn): Likewise.
    	* tree-optimize.c (tree_rest_of_compilation): Likewise.
    cp/
    	* decl.c (start_preparsed_function): Likewise.
    fortran/
    	* trans-decl.c (trans_function_start): Likewise.
    ada/
    	* gcc-interface/utils.c (begin_subprog_body): Do not call
    	get_pending_sizes.
    	(end_subprog_body): Likewise.
    
    From-SVN: r173424
    907a08d9
    History
    tree.h (get_pending_sizes): Remove prototype.
    Eric Botcazou authored
    	* tree.h (get_pending_sizes): Remove prototype.
    	(put_pending_size): Likewise.
    	(put_pending_sizes): Likewise.
    	* stor-layout.c (pending_sizes): Delete.
    	(get_pending_sizes): Likewise.
    	(put_pending_size): Likewise.
    	(put_pending_sizes): Likewise.
    	(variable_size): Do not call put_pending_size and tidy up.
    	* function.h (struct function): Remove dont_save_pending_sizes_p.
    	* lto-streamer-in.c (input_function): Do not stream it.
    	* lto-streamer-out.c (output_function): Likewise.
    	* tree-inline.c (initialize_cfun): Do not copy it.
    	* c-decl.c (store_parm_decls): Do not set it.
    	* omp-low.c (create_task_copyfn): Likewise.
    	* tree-optimize.c (tree_rest_of_compilation): Likewise.
    cp/
    	* decl.c (start_preparsed_function): Likewise.
    fortran/
    	* trans-decl.c (trans_function_start): Likewise.
    ada/
    	* gcc-interface/utils.c (begin_subprog_body): Do not call
    	get_pending_sizes.
    	(end_subprog_body): Likewise.
    
    From-SVN: r173424