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] Fix c++/4574 (take 2)


On Thu, Feb 21, 2002 at 09:22:53PM +0100, Jakub Jelinek wrote:
> 	PR c++/4574
> 	* expr.h (expand_and): Add mode argument.
> 	* expmed.c (expand_and): Add mode argument.
> 	(expand_mult_highpart_adjust, emit_store_flag): Adjust callers.
> 	* expr.c (store_field, expand_expr, do_store_flag): Likewise.
> 	* except.c (expand_builtin_extract_return_addr): Likewise.
> 	* config/alpha/alpha.c (alpha_initialize_trampoline): Likewise.
> 	* config/sparc/sparc.c (sparc_initialize_trampoline): Likewise.
> 	* config/c4x/c4x.h (INITIALIZE_TRAMPOLINE): Likewise.
> 	Use GEN_INT (x) instead of gen_rtx (CONST_INT, VOIDmode, x).
> 	* config/c4x/c4x.md: Use GEN_INT (x) instead of
> 	gen_rtx (CONST_INT, VOIDmode, x).
> 
> 	* gcc.dg/20020220-1.c: New test.

Ok.


r~


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