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++/12288] unintelligible error message for constructor declaration with misspelled type


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-12-28 23:11 -------
Better error message now on the mainline (not good enough though)
pr12288.2.cc:5: error: expected unqualified-id before '&' token
pr12288.2.cc:5: error: expected `,' or `...' before '&' token
pr12288.2.cc:5: error: ISO C++ forbids declaration of `parameter' with no type

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2003-12-06 08:28:01         |2003-12-28 23:11:16
               date|                            |


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


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