This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Pascal front-end integration
>>>>> "Joseph" == Joseph S Myers <joseph@codesourcery.com> writes:
Joseph> in general tree codes which are not used in GCC CVS have been
Joseph> removed and those specific to a language have been made
Joseph> language-specific and are lowered to GENERIC tree codes (those
Joseph> in tree.def) in gimplification.
Speaking of which -- is there any reason FILE_TYPE is still in tree.def?
Tom