This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
gcc 4.1.1 and Bliss frontend.
- From: Roar Thronæs <roart at nvg dot ntnu dot no>
- To: gcc at gnu dot org
- Date: Sat, 22 Jul 2006 10:05:27 +0200 (CEST)
- Subject: gcc 4.1.1 and Bliss frontend.
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 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, please?
--
-Roar Thronæs