This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/13310] Tree check error in dependent_template_p


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]