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

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


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