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++/19441] [3.4 regression] Bad error message with invalid destructor declaration



------- Comment #3 from reichelt at gcc dot gnu dot org  2005-12-08 13:42 -------
This is now also fixed on the 3.4 branch (probably by the patch for PR19397).
We now get the following error message:

bug.cc:3: error: type/value mismatch at argument 1 in template parameter list
for `template<char <anonymous> > struct A'
bug.cc:3: error:   expected a constant of type `char', got `char'


-- 

reichelt at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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


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