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: RFA: Fix optab reinitialisation when $(CC) is GCC 4.0 or above


Jakub Jelinek <jakub@redhat.com> writes:
> On Wed, Dec 05, 2007 at 08:08:54AM +0000, Richard Sandiford wrote:
>> 	* optabs.c (clear_insn_codes): New function.
>> 	(new_optab): Delete.
>> 	(init_optab, init_optabv): Don't call new_optab.
>> 	(init_convert_optab): Don't clear the insn codes.
>> 	(init_optabs): Call clear_insn_codes.
>
> Just a minor ChangeLog nit - the code uses init_insn_codes, but ChangeLog
> uses clear_init_codes.

Sorry about that.  I've now fixed the changelog.

Richard


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