This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] add option to emit more array bounds warnigs
- From: Martin Uecker <uecker at eecs dot berkeley dot edu>
- To: Jeff Law <law at redhat dot com>
- Cc: gcc Mailing List <gcc-patches at gcc dot gnu dot org>
- Date: Tue, 13 Jan 2015 23:48:17 -0800
- Subject: Re: [PATCH] add option to emit more array bounds warnigs
- Authentication-results: sourceware.org; auth=none
- References: <20141111221320 dot 24113af4 at lemur> <54B40BCC dot 1070609 at redhat dot com> <20150113093418 dot 08641378 at lemur> <54B56C60 dot 2020209 at redhat dot com> <20150113164002 dot 0c889288 at lemur> <54B6122A dot 6040605 at redhat dot com>
Jeff Law <law@redhat.com>:
> On 01/13/15 17:40, Martin Uecker wrote:
> > Jeff Law <law@redhat.com>:
> >> On 01/13/15 10:34, Martin Uecker wrote:
> >>> Mon, 12 Jan 2015 11:00:44 -0700
> >>> Jeff Law <law@redhat.com>:
> >>>> On 11/11/14 23:13, Martin Uecker wrote:
> >
> > ...
> >
> >>>> Has this patch been bootstrapped and regression tested, if so on what
> >>>> platform.
> >>>
> >>> x86_64-unknown-linux-gnu
> >> Approved. Please install on the trunk. Sorry about the delays.
> >
> > I don't have write access ;-(
> I fixed up the ChangeLog entries and installed the patch for you.
Thank you, Jeff!
> If you plan to contribute regularly, you should go ahead and apply for
> write access to the repository so that you'll be able to commit your own
> patches once they're approved.
I put a request in with you as sponsor (hope this is ok).
> You'll also need to make sure you have an assignment on file with the
> FSF. That patch was pretty small (the testcase was larger than the
> patch itself, which I always like :-) so I didn't request an assignment.
> Further submissions likely will require an assignment.
I already have an assignment on file.
Martin