This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix global.c ICE for atypical testcase.
On Wed, 2007-10-10 at 17:42 +0200, Richard Guenther wrote:
> On 10/10/07, Peter Bergner <bergner@vnet.ibm.com> wrote:
> > While looking at the memory regression compiling the testcase in PR28071,
> > I noticed we ICE on powerpc64-linux due to the bit number calculation
> > overflowing an "int" because we have over 50K allocnos. This somewhat
> > obvious patch fixes the overflow and has passed bootstrapping and
> > regtesting on powerpc64-linux.
> >
> > Ok for mainline?
>
> Ok.
Thanks, this has been commited as revision 129211.
Peter