This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/30303] [4.2/4.3 regression] ICE with invalid constructor definition
- 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: 2 Jan 2007 02:10:36 -0000
- Subject: [Bug c++/30303] [4.2/4.3 regression] ICE with invalid constructor definition
- References: <bug-30303-1771@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from pinskia at gcc dot gnu dot org 2007-01-02 02:10 -------
I am testing a slightly different patch which is closer to what the rest of the
function does, in that return NULL_TREE instead of error_mark_node.
This fixes the problem still and also removes the error "throws different
exceptions" which seems like a good idea.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30303