This is the mail archive of the gcc@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: cp/errfn.c



  In message <199802022158.QAA25954@jfc.>you write:
  > 
  > I have been trying to build 32 to 64 bit cross compilers using long long as
  > HOST_WIDE_INT.  I ran into a serious problem in C++.  It can't print
  > warnings or errors.  cp/errfn.c works only by chance, when all function
  > arguments are passed the same way as a HOST_WIDE_INT.
  > 
  > This is a new version of cp/errfn.c, changed to use stdarg.  The diffs are
  > larger than the file so I am just sending the new file.
Even if the diffs are larger than the whole file, it's easier on us if you
send diffs instead.  Less likely to end up overwriting someone else's
changes.  Can you send diffs instead?

Thanks!

jeff


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