This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] mass changing convert to fold_convert in the middle-end


On Wed, Jun 09, 2004 at 10:43:47AM -0400, Andrew Pinski wrote:
> 	* tree-complex.c (expand_complex_comparison): Use fold_convert instead
> 	of convert.
> 	* tree-inline.c (setup_one_parameter): Likewise.
> 	* tree-sra.c (csc_build_component_ref): Likewise.
> 	* tree-ssa-ccp.c (ccp_fold): Likewise.
> 	* tree-ssa-copy.c (cprop_operand): Likewise.
> 	* tree-ssa-dom.c (simplify_rhs_and_lookup_avail_expr): Likewise.
> 	* tree-tailcall.c (tree_optimize_tail_calls_1): Likewise.

Please also move the prototype for convert into language-specific
header files.  This will prevent the reintroduction of this bug.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]