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: Experiences using struct gcc_target




--On Thursday, July 05, 2001 09:51:58 AM -0300 Alexandre Oliva 
<aoliva@redhat.com> wrote:

> On Jul  5, 2001, "Joseph S. Myers" <jsm28@cam.ac.uk> wrote:
>
>> Similarly, you should make it declare union tree_node; and use union
>> tree_node * instead of tree.  (But the documentation should still use
>> "tree" and "rtx" when it documents the hooks with @deftypefn.)
>
> Perhaps we should have alternate headers akin to C++'s <iosfwd> that
> #defined rtx and tree (or just `typedef'ed them) without actually
> defining the underlying types.

Yes.

-- 
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]