This is the mail archive of the libstdc++@sources.redhat.com mailing list for the libstdc++ project.


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

Re: libstdc++-v3 PATCH for bootstrap error related toptrdiff_t



  I'm afraid your patch

    2000-11-16  Mark Mitchell  <mark@codesourcery.com>

	  * config/c_io_stdio.h (streamsize): Make it a typedef for
	  ptrdiff_t.
	  (wstreamsize): Likewise.

  breaks bootstrap on i386-unknown-freebsd4.1 with --enable-cstdio=stdio and
  also sparc-sun-solaris2.8 seems to be affected, as ptrdiff_t is defined in
  stdlib.h resp. cstddef (according to ISO C++) which we don't include.

Doh!  Should have thought of that.

  How about the following patch? I have not been able to do a full bootstrap
  due to other problems, but it definitely solves the problem at hand.

That's fine.

Thanks,

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

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