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]

Re: Language-specific tree nodes


>>>>> "Peter" == Peter Gerwinski <peter@gerwinski.de> writes:

    Peter> What is the correct way to introduce language-specific tree
    Peter> nodes in the frontend without patching `tree.def'?

Per's (valid!) question aside, the way to do this is to create a
tree.def file in the Pascal subdirectory.  (For example, C++ has
cp-tree.def.)  Look at the cp source files to see how to get
cp-tree.def wired in.

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

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