This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/13270] Failed compile of template function in template class called from another template
- From: "Mark dot Hodson at dsto dot defence dot gov dot au" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Dec 2003 12:14:36 -0000
- Subject: [Bug c++/13270] Failed compile of template function in template class called from another template
- References: <20031202121116.13270.Mark.Hodson@dsto.defence.gov.au>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From Mark dot Hodson at dsto dot defence dot gov dot au 2003-12-02 12:14 -------
Created an attachment (id=5263)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=5263&action=view)
Test case required for simple reproduction of the bug.
The three instances of the comment "// test code sequence" appear immediately
above the line of interest. The version inside main() is fine, the other two
cause GCC to fail.
This code appears to adhere to the C++ specification.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13270