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]: Eliminate more C++ keywords


"Kaveh R. GHAZI" <ghazi@caip.rutgers.edu> writes:

> 2008-07-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
>
> 	* c-pch.c (get_ident): Avoid C++ keywords.
> 	* combine-stack-adj.c (single_set_for_csa): Likewise.
> 	* final.c (asm_insn_count, final_scan_insn, alter_subreg,
> 	output_asm_insn): Likewise.
> 	* reload.c (push_secondary_reload, find_reusable_reload,
> 	push_reload, combine_reloads, find_reloads,
> 	debug_reload_to_stream): Likewise.
> 	* reload.h (struct reload): Likewise.
> 	* reload1.c (reload_reg_class_lower, find_reg, find_reload_regs,
> 	allocate_reload_reg, choose_reload_regs, emit_input_reload_insns,
> 	emit_output_reload_insns): Likewise.
> 	* targhooks.c (default_secondary_reload): Likewise.
> 	* varasm.c (section_entry_eq, object_block_entry_eq): Likewise.

This is OK.

I see that you cleaned up the "class" field that I just mentioned.

Thanks.

Ian


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