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: Some questions about writing a front end


On Thu, 2008-04-17 at 10:24 -0700, Ian Lance Taylor wrote:
> Tim Josling <tejgcc@westnet.com.au> writes:

> > 5. What is deprecated: Is there any time-effective way to identify
> > constructs, header files, macros, variable and functions that are
> > "deprecated".
> 
> Not really.  We try not to leave deprecated stuff around for too long.
> 

Good, but I was wondering then what I should avoid so that my front-end
avoids being "not a very good example" (like treelang).

Tim Josling


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