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 matrix regression failures on AIX and HP-UX


Steve Ellcey <sje@cup.hp.com> wrote on 27/07/2007 20:58:01:

> FYI:  I put the if part of the patch (&& mi->max_malloced_level-1 ==
> level) in my local sources and left out the memset and my matrix test
> failures all went away on HP-UX.
> 

Good. The if part is the part solving the problems.
As Diego commented, the memset part is unnecessary when xcalloc is used.

Thanks,
Razya



> Steve Ellcey
> sje@cup.hp.com


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