Maurice Lombardi wrote:
Frank Heckenbach a écrit:
I've uploaded a new alpha to http://www.gnu-pascal.de/alpha/
I have compiled it with djgpp and uploaded in the usual directory, both with gcc-2.95.3 and gcc-3.2.2.
No error in the test suite with gcc-3.2.2 and no EXTRA_TEST_PFLAGS, so with presubably the default dwarf-2 debugging, which works now.
No error with gcc-2.95.3 and no EXTRA_TEST_PFLAGS 8 errors with gcc-2.95.3 and EXTRA_TEST_PFLAGS=-gstabs This is not the default with djgpp (it is COFF debugging), but I use it in my work since some time, since the information given is better. All errors are variants of the same assembly bug. The test_summary is attached. May be it is time to recommend to switch to gcc-3.2.2 ?
Yes, I think we can recommend it now. There don't appear any major bugs left, and if there are more subtle ones, they're probably uncovered by wider deployment.
So I wouldn't object if you put up the binary for 3.2.2 only (or more prominently than 2.95.3). I might do the same for the Linux binary soon).
Frank