[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gm2] gm2 building on trunc
From: |
Christoph Schlegel |
Subject: |
Re: [Gm2] gm2 building on trunc |
Date: |
Sun, 25 Jun 2017 11:59:18 +0200 |
Hello Gaius,
gm2.paranoid works now, results are
# of expected passes 10622
# of unexpected failures 18
GNU Modula-2 1.2.0 (20170625)
grafted onto GCC 8.0.0
Regards,
Christoph
> Gesendet: Samstag, 10. Juni 2017 um 14:34 Uhr
> Von: "Gaius Mulley" <address@hidden>
> An: "Christoph Schlegel" <address@hidden>
> Betreff: Re: Aw: [Gm2] gm2 building on trunc
>
> Christoph Schlegel <address@hidden> writes:
>
> > Hello Gaius,
> >
> > thank you for the scripts and your support -
> >
> > gm2 as fetched by the script builds and make installs on Fedora25 x86 64
> > without problems.
> >
> > make paranoid results in:
> >
> > gcc -c -DIN_GCC -O -g -Igm2/gm2-libs -I../../gcc/gcc/gm2 -Igm2 -I.
> > -Igm2/gm2-libs-boot -I. -Igm2/gm2-libs-paranoid -I../../gcc/gcc
> > -I../../gcc/gcc/gm2/gm2-libs-paranoid -I../../gcc/gcc/../include
> > -I../../gcc/gcc/../libcpp/include -I../../gcc/gcc/../libdecnumber
> > -I../../gcc/gcc/../libdecnumber/bid -I../libdecnumber
> > -I../../gcc/gcc/../libbacktrace
> > ../../gcc/gcc/gm2/gm2-libs-ch/SysExceptions.c -o
> > gm2/gm2-libs-paranoid/SysExceptions.o
> > ../../gcc/gcc/gm2/gm2-libs-ch/SysExceptions.c: In Funktion
> > »sigbusDespatcher«:
> > ../../gcc/gcc/gm2/gm2-libs-ch/SysExceptions.c:126:5: Warnung: Implizite
> > Deklaration der Funktion »perror« [-Wimplicit-function-declaration]
> > perror("not expecting to arrive here with this signal");
> > ^~~~~~
> > gcc -c -O -g -Igm2/gm2-libs -I../../gcc/gcc/gm2 -Igm2 -I.
> > -Igm2/gm2-libs-boot ../../gcc/gcc/gm2/gm2-libs-ch/target.c -o
> > gm2/gm2-libs-paranoid/target.o
> > In file included from ../../gcc/gcc/gm2/gm2-libs-ch/target.c:20:0:
> > ../../gcc/gcc/gm2/p2c/p2c.h:47:25: Error: ansidecl.h: File not found
> >
> > make check-gm2 results:
> >
> > === gm2 Summary ===
> >
> > # of expected passes 10562
> > # of unexpected failures 60
> > # of unresolved testcases 6
> >
> > Regards,
> > Christoph
>
> Hi Christoph,
>
> thanks for testing on fedora and for the testsuite results - will fix
> the include bug
>
> regards,
> Gaius
>