From mboxrd@z Thu Jan 1 00:00:00 1970 From: chris@lslsun.epfl.ch (Christian Iseli) To: law@cygnus.com Cc: egcs@cygnus.com Subject: Re: Small problem in cse Date: Mon, 20 Oct 1997 01:43:00 -0000 Message-id: <199710200842.KAA16565@lslsun17.epfl.ch> X-SW-Source: 1997-10/msg00858.html > In message < 199710172043.WAA24596@Rivendell.MiddleEarth.net >you write: > > I've received a segfault from cc1 due to a NULL dereference in cse.c. > > The following trivial patch cures the problem. > Yes, but _why_ is classp NULL? classp is not NULL, but classp->first_same_value is NULL, and later dereferenced. I don't *know* why that field is NULL, I just assumed that no same value had been seen yet... Christian