This is the mail archive of the egcs@egcs.cygnus.com mailing list for the EGCS project. See the EGCS home page for more information.
This patch is also OK. Dave Kaveh R. Ghazi wrote: > > From: "Kaveh R. Ghazi" <ghazi@caip.rutgers.edu> > > > > I'm still looking at this, mainly by comparing cexp.y with > > cppexp.c, but if you cpplib experts can provide insights into where to > > look first, it would help speed this up. > > > > --Kaveh > > Never mind, it turned out to be easier than I thought. The > following patch on top of the one I already submitted appears to fix > the problem. But I won't have the results of a full 3-stage bootstrap > until tomorrow. If ya'll could take a peek and see if it looks sane > enough to check-in, I would appreciate it. > > Thanks, > --Kaveh > > Thu Feb 25 11:12:58 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> > > * cppexp.c (left_shift, right_shift, parse_charconst, COMPARE, > cpp_parse_expr): Replace uses of long/HOST_BITS_PER_LONG with > HOST_WIDEST_INT/HOST_BITS_PER_WIDEST_INT.