This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11866] poor diagnostic on undeclared exception
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 Aug 2003 14:58:47 -0000
- Subject: [Bug c++/11866] poor diagnostic on undeclared exception
- References: <20030809121136.11866.Rob_Davies@NTLworld.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11866
bangerth at dealii dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From bangerth at dealii dot org 2003-08-11 14:58 -------
I think in this case the new error message happens to be exactly right: the compiler
sees a string it doesn't know, at a place where the name of a type is expected. At
least one place where this diagnostic seems appropriate, so let's close this PR.
W.