This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/19771] VLA deallocation
- From: "rth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Feb 2005 00:09:32 -0000
- Subject: [Bug c/19771] VLA deallocation
- References: <20050203013853.19771.jsm28@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From rth at gcc dot gnu dot org 2005-02-12 00:09 -------
The problem here is that the C front end is not creating a new BIND_EXPR
for the scope starting at the declaration for X. Insert one by hand and
you'll see that the tree optimizers are doing the right thing.
--
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed|2005-02-03 02:35:43 |2005-02-12 00:09:28
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19771