This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/30387] Broken code generation on if/else statement
- 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: 5 Jan 2007 22:06:19 -0000
- Subject: [Bug c++/30387] Broken code generation on if/else statement
- References: <bug-30387-13877@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from pinskia at gcc dot gnu dot org 2007-01-05 22:06 -------
Are you sure that _ZN4Glib5Error15throw_exceptionEP7_GError
(Glib::Error::throw_exception(_GError*) ) does not always throw an exception
and is marked as noreturn? If that is the case then this is not a bug.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30387