From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Buck To: egcs@cygnus.com Subject: Re: Template flags Date: Wed, 10 Dec 1997 15:45:00 -0000 Message-id: <199712102345.PAA24014@atrus.synopsys.com> References: X-SW-Source: 1997-12/msg00619.html > On Wed, 10 Dec 1997, Joe Buck wrote: > > In most cases, no special flags should be used. Note that template > > definitions as well as declarations must be handed to the compiler. > > What does 'handed to the compiler' mean? It must be in the source code. Even with -frepo, gcc will not do the cfront trick of assuming it should look in some file foo.C at link time because foo.h was included and declared templates.