This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/15745] exception specification incorrectly changes the type of the exception thrown
- 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: 31 May 2004 13:15:24 -0000
- Subject: [Bug c++/15745] exception specification incorrectly changes the type of the exception thrown
- References: <20040531075856.15745.wsf@fultondesigns.co.uk>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-05-31 13:15 -------
If I recall correctly from my reading of the standard arrays get decayed to pointers for things like this
(and a couple of others too).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15745