Re: i370 port

2009-08-26 Thread Henrik Sorensen
On Sunday 23 August 2009 04.27:11 Paul Edwards wrote: > > Jujitsu are pleased to announce the release of the > following software: > > GCC 3.2.3 MVS 7.5 - GCC C compiler for z/OS, MVS/380, MVS/370. > GCC 3.2.3 CMS 7.5 - GCC C compiler for z/VM, VM/380, VM/370. > PDPCLIB 2.00 - C (C90-compliant) run

Re: PL/I for GCC version 0.0.15 released

2007-09-30 Thread henrik . sorensen
On Sunday 30 September 2007 11.21:38 Rafael Espindola wrote: > > PL/I for GCC is released under the terms of the > > GNU Public License; version 2. > > The GCC at trunk uses GPL version 3 or newer ... I use the snapshot from 20070810 and there the COPYING file is still GPL version two. anyway I w

PL/I for GCC version 0.0.15 released

2007-09-29 Thread henrik . sorensen
lease visit http://pl1gcc.sourceforge.net Finally, remember to have some fun. Henrik Sorensen Web links mentioned: http://pl1gcc.sourceforge.net

PL/I for GCC version 0.0.14 release

2007-02-02 Thread henrik . sorensen
February 2007 This is the fourteenth code drop of the GCC front-end for the PL/I programming language. PL/I for GCC is released under the terms of the GNU Public License; version 2. With pl1gcc-0.0.14 another important milestone has been reached. v0.0.14 is the first release where it is possibl

pl1gcc-0.0.13 released

2006-10-10 Thread henrik . sorensen
October 2006 This is the thirteenth code drop of the GCC front-end for the PL/I programming language. PL/I for GCC is released under the terms of the GNU Public License; version 2. Main new feature in pl1gcc-0.0.13 is the preprocessor %GOTO statement. There is still no code generation taking pl

pl1gcc 0.0.12 released

2006-08-09 Thread henrik . sorensen
August 2006 This is the twelfth code drop of the GCC front-end for the PL/I programming language. PL/I for GCC is released under the terms of the GNU Public License; version 2. This is mostly a technical release, with some visible user changes. Most notably, the compiler output will now show the

Re: /bin/sh: build/genmodes: No such file or directory (was Re: gcc-4.2-20060708 is now available)

2006-07-10 Thread henrik . sorensen
On Monday 10 July 2006 22:42, [EMAIL PROTECTED] wrote: > > Snapshot gcc-4.2-20060708 is now available on > >   ftp://gcc.gnu.org/pub/gcc/snapshots/4.2-20060708/ > > something is brkoen here ... > [~/gcc] > > >../gcc-src/gcc-4.2-20060708/gcc/configure > ups, should of course have been ../gcc-src/gc

/bin/sh: build/genmodes: No such file or directory (was Re: gcc-4.2-20060708 is now available)

2006-07-10 Thread henrik . sorensen
> Snapshot gcc-4.2-20060708 is now available on > ftp://gcc.gnu.org/pub/gcc/snapshots/4.2-20060708/ something is brkoen here ... [~/gcc] >../gcc-src/gcc-4.2-20060708/gcc/configure checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system

pl1gcc version 0.0.11 released

2006-05-06 Thread henrik . sorensen
May 2006 This is the eleventh code drop of the GCC front-end for the PL/I programming language. PL/I for GCC is released under the terms of the GNU Public License; version 2. Version 0.0.11 includes a new infrastructure for the preprocessor. It has been more than a year since the previous rel

Re: Would Like to Contribute, Where to Start?

2005-11-25 Thread Henrik Sorensen
On Friday 25 November 2005 17.49, Michael Garvin wrote: > Hi! I would like to contribute as a developer to gcc. excellent! > I was just thinking the beginner stuff would be a > good way to get started. the pl1gcc.sourceforge.net front-end project could really need some hands on the integration

Re: [Flex] Getting the absolute input file position

2005-07-15 Thread Henrik Sorensen
On Friday 15 July 2005 03.42, [EMAIL PROTECTED] wrote: > I need to figure out how I can augment the generated file to get > the absolute input file position within two rules: > start file position...end file position. In the pl1gcc project, I have implemented token offsets across multiple input fi

front-end tools for preprocessor / macro expansion

2005-04-18 Thread Henrik Sorensen
For the PL/I front-end project (pl1gcc.sourceforge.net), I am just about to begin to add a preprocessor expansion step, and was wondering what other front-end do. My initial thoughts were to create a completely separate program that just do the preprocessing and passes the output to the compil

PL/I Frontend for GCC version 0.0.10 released

2005-03-20 Thread Henrik Sorensen
Cross posted to alt.os.multics comp.lang.pl1 [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] gcc@gcc.gnu.org March 2005 This is the tenth code drop of the GCC front-end for the PL/I programming language. PL/I for GCC is released under the terms of the GNU Public License; version 2. Versi

Re: Identifying rule responsible for lookahead

2005-03-01 Thread Henrik Sorensen
On Tuesday 01 March 2005 19.02, Soumitra Kumar wrote: > Henrik, > So, if I get the following output (rule no after a > lookahead symbol), finding the ambiguous rules is > trivial. well, you can search for all the states that have a goto your state 10.