This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
second attempt to report bug: incorrect behaviour of -frepo (fwd)
- To: gcc-bugs at gcc dot gnu dot org
- Subject: second attempt to report bug: incorrect behaviour of -frepo (fwd)
- From: Ruslan Shevchenko <rssh at nbi dot com dot ua>
- Date: Mon, 10 Jan 2000 20:32:50 +0200 (EET)
Hi to all.
I'm unable to use automatick template instantiation in library.
/As mention in gcc documentation, for doing this I must compile objects
with -frepo switch and try to link it together before creating library/
The complete set of source files and Makefile for reprodusing this problem
is situated in my previous bug report:
http://gcc.gnu.org/ml/gcc-bugs/1999-11/msg00300.html
I can reproduse it on RedHat Linux and FreeBSD.
The knowing of next will made me happy:
1. Is the way, to create libraries with template instantiation, is
correct at all, or info entry in gcc documentation is obsolete and
must be removed ?
2. Is this a real bug in g++ or I missing something ?
3. If this is a bug in gcc:
1. can anybody give me guidelines: how to try fix it myself ?
2. Is this test will be added to testcase ?
3. Are exists some formal bug tracking process in gcc development ,
/public accessible GNATS database, as in FreeBSD project/ and if yes, how
to submit bug to it ?
4. If this my bug:
Are exists example of creating c++ library with automatic template
instantiations somewhere in the net ?