Mail Archives: djgpp-workers/2001/05/24/03:41:56
On Thu, 24 May 2001, Norberto Alfredo Bensa wrote:
> What should I do? What I mean is:
>
> 1st... Apply patch to djdev203
> 2nd... Recompile
>
> and then, how should I test this?
- apply patch to djlsr203
- rebuild the library
- build Make and, maybe, gcc with the new library
- run rebuilt programs nested more than 2 levels deep, and see if NTVDM
crashes. Possible tests:
* create a Makefile which invokes Make recursively, several levels
deep.
* compile a program, possibly with nested Make's.
The patches I posted should prevent crashes in NTVDM even if you run old
binaries (built without the patches), provided that the the old binaries
are never nested more than 2 levels deep. In other words, you could try
compiling from within a patched Make even with the old GCC binary, and it
shouldn't crash. I think. Since rebuilding Make is much easier than
rebuilding GCC, you could start testing the patches after rebuilding only
Make.
Thanks in advance for working on this.
- Raw text -