Re: [WIP 3/8] algol68: front-end misc files

2025-01-02 Thread Jose E. Marchesi
> On Wed, 2025-01-01 at 03:09 +0100, Jose E. Marchesi wrote: >> --- >>  gcc/algol68/Make-lang.in |  239 + >>  gcc/algol68/README   |  102 ++ >>  gcc/algol68/a68-diagnostics.cc   |  450 + >>  gcc/algol68/a68-lang.cc  |  549 ++ >>  gcc/

Re: [WIP 3/8] algol68: front-end misc files

2025-01-02 Thread David Malcolm
On Wed, 2025-01-01 at 03:09 +0100, Jose E. Marchesi wrote: > --- >  gcc/algol68/Make-lang.in |  239 + >  gcc/algol68/README   |  102 ++ >  gcc/algol68/a68-diagnostics.cc   |  450 + >  gcc/algol68/a68-lang.cc  |  549 ++ >  gcc/algol68/a

Re: [WIP 3/8] algol68: front-end misc files

2025-01-01 Thread Jose E. Marchesi
Hi Sam. >> +#ifdef HAVE_LD_STATIC_DYNAMIC >> + /* Remove -static-libphobos from the command only if target >> supports > > pasto Fixed. Thanks!

Re: [WIP 3/8] algol68: front-end misc files

2025-01-01 Thread Sam James
"Jose E. Marchesi" writes: > [...] > diff --git a/gcc/algol68/a68spec.cc b/gcc/algol68/a68spec.cc > new file mode 100644 > index 000..75766dd8c08 > --- /dev/null > +++ b/gcc/algol68/a68spec.cc > @@ -0,0 +1,212 @@ > +/* a68spec.c -- Specific flags and argument handling of the Algol 68 front