public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: spam/3568: C++ exception handling error
@ 2001-07-05 12:21 ljrittle
  0 siblings, 0 replies; only message in thread
From: ljrittle @ 2001-07-05 12:21 UTC (permalink / raw)
  To: bwh276, gcc-bugs, gcc-prs, nobody

Synopsis: C++ exception handling error

State-Changed-From-To: open->closed
State-Changed-By: ljrittle
State-Changed-When: Thu Jul  5 12:21:51 2001
State-Changed-Why:
    Not a bug.  const is honored with the throw-catch
    mechanism under C++.  Since you are throwing a const
    char*, you must catch const char* instead of char*.
    You are getting the default exception handler.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=3568&database=gcc


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-07-05 12:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-05 12:21 spam/3568: C++ exception handling error ljrittle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).