Re: gcc 4.1.1 and Bliss frontend.

2006-07-23 Thread Mike Stump
On Jul 22, 2006, at 1:05 AM, Roar Thronæs wrote: I have started working on moving the frontend from 3.4.3 to 4.1.1. If you want to contribute it here, I'd skip 4.1.1 and just do 4.2. By the time you'd be done, 4.2 would be out. Plus, if you need any fixes in the compiler, you stand a high

Re: gcc 4.1.1 and Bliss frontend.

2006-07-23 Thread Roar Thron
On Sat, Jul 22, 2006 at 01:28:34AM -0700, Andrew Pinski wrote: > > On Jul 22, 2006, at 1:05 AM, Roar Thronæs wrote: > > >But it seems EXIT_BLOCK_EXPR and LABELED_BLOCK_EXPR have been moved > >to java, since no one else was using it. > > > >Would it be possible to move that code back, please? >

Re: gcc 4.1.1 and Bliss frontend.

2006-07-23 Thread Roar Thronæs
On Sat, 22 Jul 2006, Andrew Haley wrote: Roar Thronæs writes: > > I have started working on moving the frontend from 3.4.3 to 4.1.1. > But it seems EXIT_BLOCK_EXPR and LABELED_BLOCK_EXPR have been moved > to java, since no one else was using it. > > Would it be possible to move that code back, p

Re: gcc 4.1.1 and Bliss frontend.

2006-07-22 Thread Andrew Pinski
On Jul 22, 2006, at 1:05 AM, Roar Thronæs wrote: Hi But it seems EXIT_BLOCK_EXPR and LABELED_BLOCK_EXPR have been moved to java, since no one else was using it. Would it be possible to move that code back, please? I don't think it should be moved back. You can add it to your front-end ins

gcc 4.1.1 and Bliss frontend.

2006-07-22 Thread Roar Thronæs
Hi I am writing a Bliss frontend for gcc, and the current Bliss release is a frontend for gcc 3.4.3. (Downloadable from ftp://ftp.nvg.ntnu.no/pub/vms/bliss/bliss-0_114.tgz, if anyone is interested. Do not mind the vms path, it compiles on Linux.) I have started working on moving the frontend fro