This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11881] Wrong or confusing error message
- 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: 28 Dec 2003 23:02:40 -0000
- Subject: [Bug c++/11881] Wrong or confusing error message
- References: <20030811112054.11881.schnetter@uni-tuebingen.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-12-28 23:02 -------
Well the error message now is:
pr11881.cc: In constructor `iterator::iterator()':
pr11881.cc:5: error: expected primary-expression before "int"
But I have not looked to see if it is legal code though.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11881