-------- Message d'origine -------- Sujet: Re: GPC ALPHA 20050331 released Date: Tue, 05 Apr 2005 11:16:46 +0100 De: Maurice Lombardi Maurice.Lombardi@ujf-grenoble.fr A: James A. Morrison jim.morrison@gmail.com Références: 1112304080.8194.673009@goedel.fjf.gnu.de 676645fc050331161525d4e1e2@mail.gmail.com 42516C85.5000803@ujf-grenoble.fr 676645fc05040410363c400c7@mail.gmail.com
James A. Morrison a écrit:
A diff is available at http://www.csclub.uwaterloo.ca/~ja2morri/pascal/200502-200503.diff.gz
I have tried to use it because of current gpc server unavailability. I does not work as is because of missing files, notably predef.h which was renamed as predef.def.
A new diff is at http://www.csclub.uwaterloo.ca/~ja2morri/pascal/200502-200503-1.diff.gz
Thanks I used it to compile with gcc-3.2.3 / DJGPP Success, with the following results of the test suite
Test Run By dosuser on 2005-04-04 21:39:45 Native configuration is djgpp (KNAUTIE)
# of tests 4946 # of expected passes 4938 # of unexpected failures 6 # of unsupported tests 2
c:/djgpp/b/gnu/build.gcc/gcc/xgpc version 20050331, based on gcc-3.2.3
in detail:
TEST fjf1021d.pas: c:/djgpp/b/gnu/gcc-3.23/gcc/p/test/fjf1021d.pas:7: expressions with side-effects are not allowed in schema types failed TEST fjf1021h.pas: c:/djgpp/b/gnu/gcc-3.23/gcc/p/test/fjf1021h.pas:6: expressions with side-effects are not allowed in schema types failed TEST fjf1021i.pas: c:/djgpp/b/gnu/gcc-3.23/gcc/p/test/fjf1021i.pas:8: expressions with side-effects are not allowed in schema types failed TEST fjf1021j.pas: c:/djgpp/b/gnu/gcc-3.23/gcc/p/test/fjf1021j.pas:6: expressions with side-effects are not allowed in schema types failed TEST fjf1021k.pas: c:/djgpp/b/gnu/gcc-3.23/gcc/p/test/fjf1021k.pas:7: expressions with side-effects are not allowed in schema types failed TEST fjf1044s.pas: c:/djgpp/b/gnu/gcc-3.23/gcc/p/test/fjf1044s.pas: In procedure `p': c:/djgpp/b/gnu/gcc-3.23/gcc/p/test/fjf1044s.pas:36: Internal compiler error in expand_call, at calls.c:3078 Please submit a full bug report, with preprocessed source if appropriate. See URL:http://www.gnu-pascal.de/todo.html for instructions. failed
TEST fjf165a.pas: SKIPPED: German locale not installed TEST longr2.pas: SKIPPED: no LongReal math routines available
Rather good, only fjf1044s is new w/r to the previous alpha.
Maurice