Re: [PATCH] Fix PR c++/44613
Applied, thanks. Jason
[PATCH] Fix PR c++/44613
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