[Bug c/19771] VLA deallocation
rth at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sat Feb 12 15:33:00 GMT 2005
------- 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
More information about the Gcc-bugs
mailing list