This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [RFC] PR C++/24138
- From: Aldy Hernandez <aldyh at redhat dot com>
- To: gcc-patches at gcc dot gnu dot org
- Date: Tue, 6 Dec 2005 15:40:11 -0400
- Subject: Re: [RFC] PR C++/24138
- References: <43727B82.7080402@apple.com> <20051110201020.GA14216@redhat.com> <4375555A.8070505@codesourcery.com> <20051115221904.GA2261@redhat.com> <20051119234253.GA14595@redhat.com>
On Sat, Nov 19, 2005 at 07:42:53PM -0400, Aldy Hernandez wrote:
> Ping.
>
> > PR C++/24138
> > * tree.c (integer_all_onesp): Always return true if all bits on.
> >
> > * cp/decl.c (reshape_init_array_1): Handle max_index of -1.
> >
> > * testsuite/g++.dg/init/array0.C: New.
>
> http://gcc.gnu.org/ml/gcc-patches/2005-11/msg01175.html
rth approved this in private mail. I'm committing to mainline.
Aldy