This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Template Instantiation problem
- To: tracy at col dot hp dot com
- Subject: Re: Template Instantiation problem
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Fri, 10 Mar 2000 11:51:01 +0100
- CC: gcc-bugs at gcc dot gnu dot org, tracy_vandeventer at agilent dot com
- References: <NCBBLKCIHLBPFKOPCMMBMEMKCHAA.tracy@col.hp.com>
> We are currently trying to move our code base from HPUX cfront C++ to
> g++! We are experiencing many problems, but I hope that you can help
> me with this issues.
Thanks for your bug report. I've put it into GNATS. Unfortunately, I
cannot reproduce it on i486-pc-linux-gnu; for me, the compiler
generates
.type _t10lnnk_ATTLC1Z7complex.pool,@object
.size _t10lnnk_ATTLC1Z7complex.pool,4
_t10lnnk_ATTLC1Z7complex.pool:
.long 0
so it appears to be a platform-specific bug, and I don't have access
to an HPUX machine - maybe somebody else will take a look at it.
Regards,
Martin