This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/25663] [4.0/4.1/4.2 Regression] Trouble parsing nested templated constructor calls
- From: "rguenth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 4 Jan 2006 12:10:24 -0000
- Subject: [Bug c++/25663] [4.0/4.1/4.2 Regression] Trouble parsing nested templated constructor calls
- References: <bug-25663-10053@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from rguenth at gcc dot gnu dot org 2006-01-04 12:10 -------
Using
(ScalarCode<CflFunctor<3> >(CflFunctor<3>(omrot, vis_f)))(x, y);
was a workaround for me, so I thought it indeed was the issue... maybe there
are two issues actually.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25663