Re: [PATCH] Fix PR c++/44613

2014-04-04 Thread Jason Merrill
Applied, thanks. Jason

[PATCH] Fix PR c++/44613

2014-04-03 Thread Patrick Palka
Hi, This patch fixes a wrong code issue in the code generated for VLAs in the C++ frontend. This exact issue was fixed in the C frontend with r85849, and this patch is essentially a port of r85849 for the C++ frontend. The issue is that this C++ code: { foo: int x[n]; f (); } gets