Prof A Olowofoyeku (The African Chief) wrote:
On 31 Mar 2005 at 23:21, Frank Heckenbach wrote:
I have uploaded a new alpha version of GPC to http://www.gnu-pascal.de/alpha/.
[...]
Successfully built under Mingw, based on gcc-3.3.5. There were 8 failures in the testsuite: TEST fjf1021d.pas: ./fjf1021d.pas:7: error: expressions with side- effects are not allowed in schema types failed TEST fjf1021h.pas: ./fjf1021h.pas:6: error: expressions with side- effects are not allowed in schema types failed TEST fjf1021i.pas: ./fjf1021i.pas:8: error: expressions with side- effects are not allowed in schema types failed TEST fjf1021j.pas: ./fjf1021j.pas:6: error: expressions with side- effects are not allowed in schema types failed TEST fjf1021k.pas: ./fjf1021k.pas:7: error: expressions with side- effects are not allowed in schema types failed
These are expected to fail (also to Russ). Waldek and I are working on solving them.
TEST fjf1042b.pas: failed TEST fjf1042c.pas: failed bc, defgh
Apparently mingw doesn't support fcntl() (which is needed internally for these tests). Can you send me (perhaps by PM) your rts-config.h and point me to a current version of mingw system headers, so I can look for a solution or work-around?
TEST fjf1044s.pas: ./fjf1044s.pas: In procedure `p': ./fjf1044s.pas:36: internal compiler error: in expand_call, at gcc/calls.c:3110 Please submit a full bug report, with preprocessed source if appropriate. See URL:http://www.gnu-pascal.de/todo.html for instructions. failed
Can you send a compiler stack backtrace please?
Frank