This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gcc 4.1.1 and Bliss frontend.



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 instead as nothing outside of the front-end
really uses these tree code as they are useless once you go into CFG- gimple.
In fact the question is why don't you emit these trees anyways? They have
another form you can take, see how the java-gimple.java lowers them.


-- Pinski


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]