This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/13310] Tree check error in dependent_template_p
- From: "reichelt at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 8 Dec 2003 02:17:27 -0000
- Subject: [Bug c++/13310] Tree check error in dependent_template_p
- References: <20031205011308.13310.bangerth@dealii.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From reichelt at gcc dot gnu dot org 2003-12-08 02:17 -------
Here's an even simpler testcase:
===============================
struct A {};
template <typename> void foo()
{
A a;
a.foo<int>();
}
===============================
--
What |Removed |Added
----------------------------------------------------------------------------
CC| |reichelt at gcc dot gnu dot
| |org
OtherBugsDependingO| |12944
nThis| |
Keywords| |monitored
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13310