This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/29236] [4.0/4.1/4.2/4.3 Regression] Bogus ambiguity with templates + friend
- From: "pcarlini at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Jan 2007 15:54:52 -0000
- Subject: [Bug c++/29236] [4.0/4.1/4.2/4.3 Regression] Bogus ambiguity with templates + friend
- References: <bug-29236-13309@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #12 from pcarlini at suse dot de 2007-01-06 15:54 -------
Mark, I'm looking a bit into this issue myself, starting from your notes: at
the moment I'm puzzled because, AFAICS, in the 2.95.3 tsubst nothing special
happens after the reduce_template_parm_level, still the testcase passes. Any
additional hint? Thanks in advance.
PS: Having looked at Kriang' 2000-09-04 change, I'm working under the
assumption that BOUND_TEMPLATE_TEMPLATE_PARM is equivalent to the old
TEMPLATE_TEMPLATE_PARM && TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29236