This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [C/C++ PATCH] Implement -Wshift-overflow (PR c++/55095) (take 3)
- From: Marek Polacek <polacek at redhat dot com>
- To: Jason Merrill <jason at redhat dot com>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Fri, 26 Jun 2015 10:08:51 +0200
- Subject: Re: [C/C++ PATCH] Implement -Wshift-overflow (PR c++/55095) (take 3)
- Authentication-results: sourceware.org; auth=none
- References: <20150525194816 dot GX27320 at redhat dot com> <alpine dot DEB dot 2 dot 10 dot 1505292043330 dot 17156 at digraph dot polyomino dot org dot uk> <20150602192532 dot GD2756 at redhat dot com> <20150603130531 dot GF2756 at redhat dot com> <alpine dot DEB dot 2 dot 10 dot 1506042103560 dot 6208 at digraph dot polyomino dot org dot uk> <20150605085508 dot GN2756 at redhat dot com> <20150612090729 dot GG2756 at redhat dot com> <20150619104436 dot GG10139 at redhat dot com>
I'm pinging the C++ parts.
On Fri, Jun 19, 2015 at 12:44:36PM +0200, Marek Polacek wrote:
> Ping.
>
> On Fri, Jun 12, 2015 at 11:07:29AM +0200, Marek Polacek wrote:
> > Ping.
> >
> > On Fri, Jun 05, 2015 at 10:55:08AM +0200, Marek Polacek wrote:
> > > On Thu, Jun 04, 2015 at 09:04:19PM +0000, Joseph Myers wrote:
> > > > The C changes are OK.
> > >
> > > Jason, do you want to approve the C++ parts?
Marek