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: [committed] Fix genemit segfault


Michael Matz <matz@suse.de> wrote:
> genemit segfault for me and valgrind points to the source of the problem, 
> this fixes it.  Committed as obvious (in case it isn't: the used[] array 
> will be subscribed by the actual operand number where scratch and dup 
> operands also count, but the 'operands' variable only holds the number 
> without scratches or dups).

I introduced that breakage in r118746.  Sorry about the breakage,
and thanks for fixing it.

Regards,
	kaz


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