This is the mail archive of the gcc-bugs@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: c++/3575: Unnecessary template expansion when explicit function present.


Synopsis: Unnecessary template expansion when explicit function present.

State-Changed-From-To: open->closed
State-Changed-By: nathan
State-Changed-When: Sun Jul  8 09:09:19 2001
State-Changed-Why:
    The current release (3.0), produces an executable which
    outputs,
    Template
    NON-Template
    which is I think what you expect.
    
    btw, on compilation with -fexternal-templates, it says
    nathan@uha:8>g++ 3575.C -fexternal-templates
    cc1plus: warning: -fexternal-templates is deprecated, please see the documentation for details
    

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=3575&database=gcc


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