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]

Re: patch for core dump in cse with -O2 on x86


On Thu, Oct 15, 1998 at 07:21:26PM -0600, Jeffrey A Law wrote:
> Well, I'd like to know how this happened.  ie, is it supposed to be possible
> for the compiler to get to equiv_constant with a null argument?

I believe DaveM just fixed this, as we talked about this problem
as exhibited in the sparc64 linux kernel.


r~


Fri Oct 16 08:13:46 1998  David S. Miller  <davem@pierdol.cobaltnet.com>

        * cse.c (cse_basic_block): Fixup hash flushing loop so we do not
        accidently walk into the free list.  Comment how that can happen.
        (invalidate): Fix indentation.


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