This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/19771] VLA deallocation


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]