Re: [PATCH][C++] Fix PR53605
On Mon, Jun 11, 2012 at 5:15 AM, Richard Guenther wrote: > > When I changed empty arrays domain to use a signed sizetype [0, -1] > domain mangling of a empty-array-type broke because mangling adds > an unsigned one to the signed -1 which causes an ICE (I chose to > do that instead of shifting the
Re: [PATCH][C++] Fix PR53605
OK. Jason