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] Remove superfluous variable in expand_end_case


  In message <20011024212935.A4768@daikokuya.demon.co.uk>you write:
  > law@redhat.com wrote:-
  > 
  > > While minval is never modified or passed by reference, minval itself is
  > > a pointer and minval is passed to other routines.
  > > 
  > > You need to verify those other routines do not modify the contents of the
  > > memory pointed to by minval, otherwise your change is not necessarily
  > > correct.
  > 
  > I don't think that's relevant.  All that matters is that minval and
  > orig_minval are the same pointer all the way through, no?
I'm obviously having a terrible day/week.  Ugh.  Ignore my comments.  In fact,
if I'm silly enough to post again today, ignore those comments as well :-)

I'm starting to wonder if I killed off too many brain cells during my
trip to Rome...

jeff


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