Re: I have a question for gcc

2005-03-04 Thread Robert Dewar
하태준 wrote: > can i convert RTL to original sorce ? Why don't you say exactly what you are interested in doing. If you are asking, can I take the RTL and convert it back to correct accurate source in any of the front end languages supported by GCC the answer is just plain no, but I suspect this is

Re: I have a question for gcc front-end

2005-03-03 Thread Zack Weinberg
There is no option that does what you want. This is a deliberate, albeit controversial, design decision which we are not presently interested in debating. If you are writing a back end, consider using the existing, well- understood machinery for porting GCC to a new architecture. If you go that