This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Some bug
- To: scoopy81 at box43 dot gnet dot pl
- Subject: Re: Some bug
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Mon, 24 Jan 2000 21:44:01 +0100
- CC: egcs-bugs at egcs dot cygnus dot com
- References: <388C665A.3D6D5515@box43.gnet.pl>
> egcs, egcs-c++ and cpp with version 1.1.2-12
Thanks for your bug report. gcc-2.95.2 says
bug.cpp: In instantiation of `pointer<int>':
bug.cpp:65: instantiated from here
bug.cpp:29: invalid use of undefined type `class pointer<int>'
bug.cpp:47: forward declaration of `class pointer<int>'
without crashing or consuming all memory, so it appears that the bug
has been fixed; I recommend to upgrade.
Regards,
Martin