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: [RFC] change regno_pointer_align from char to short


> !       new = ggc_realloc (f->emit->regno_pointer_align, old_size * sizeof
(short) * 2);
> !       memset (new + (old_size * sizeof (short)), 0, (old_size * sizeof
(short)));
> !       f->emit->regno_pointer_align = (unsigned short *) new;

This is wrong for the same reason I pointed out in my answer to your other
message.

|_  _  _ __
|_)(_)| ),'
------- '---


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