This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/36888] Error message when forgetting a semicolon after a class definition should be better
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Jul 2008 23:25:06 -0000
- Subject: [Bug c++/36888] Error message when forgetting a semicolon after a class definition should be better
- References: <bug-36888-5606@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from pinskia at gcc dot gnu dot org 2008-07-21 23:25 -------
>test.cpp:8: error: multiple types in one declaration
What more do you want? Because it says what is happen, there are more than one
type in the declaration.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |diagnostic
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36888