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++/7319] [3.4 only] misleading template in error message


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-18 02:21 -------
The mainline gives:
pr7319.cc:8: error: template-id `Foo<>' for `void A::Foo(int)' does not match any template 
declaration
so it is fixed on the mainline, I have not checked the 3.4 branch yet.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|misleading template in error|[3.4 only] misleading
                   |message                     |template in error message
   Target Milestone|---                         |3.4.1


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=7319


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