Mail Archives: djgpp-workers/1999/06/27/10:15:41
On Sat, 26 Jun 1999 pavenis AT lanet DOT lv wrote:
> I still suggest to try to make a smaller test example that
> reproduces the problem:
I agree, provided that we succeed in finding a smaller test case.
> cc1.exe, cc1plus.exe etc. are nothing else than large C
> programs that doesn't use any very special hacks
This is probably true, but some surprises can still lurk in GCC's code.
For example, it uses obstack which could assume all kinds of assumptions
about memory addresses to manage memory efficiently.
> 2) binaries of gcc-2.95 19990615 You tested before where linked
> with unmodified DJGPP-2.02. Current binaries (same place)
> of gcc-2.95 19990623 are linked with 16 June CVS version of
> DJGPP. However I doubt if there will be so serious changes in
> related parts of libc.a
Actually, there was one change that might be related: malloc mixed signed
and unsigned in several places. So I'd suggest to see if the latest
binaries still have this problem. Erik, could you please do that?
- Raw text -