This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/17913] [4.0/4.1 Regression] ICE jumping into statement expression
- From: "jsm28 at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Mar 2005 18:08:30 -0000
- Subject: [Bug c/17913] [4.0/4.1 Regression] ICE jumping into statement expression
- References: <20041009192304.17913.jsm28@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From jsm28 at gcc dot gnu dot org 2005-03-30 18:08 -------
Patch at <http://gcc.gnu.org/ml/gcc-patches/2005-03/msg02668.html> addresses
the issue for C and noncomputed gotos by disallowing such jumps; awaiting
any comments on the proposed statement expression semantics. Does not address
the issue for C++ which needs similar changes, and the possibility of computed
gotos means that something like
<http://gcc.gnu.org/ml/gcc-patches/2004-11/msg00130.html> but adjusted as
described in that message is needed as well.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17913