On Wed, 2014-04-23 at 18:32 +0200, Richard Biener wrote:
> On April 23, 2014 5:31:42 PM CEST, David Malcolm <dmalc...@redhat.com> wrote:

[...snip...]

> >The following patch changes the is-a.h API to remove the implicit
> >injection of a pointer, so that one writes:
> >
> >  Q* q = dyn_cast <Q*> (p);
> >
> >rather than:
> >
> >  Q* q = dyn_cast <Q> (p);
> >

[...snip...]

> >Successfully bootstrapped&regrtested on x86_64-unknown-linux-gnu.
> >
> >OK for trunk?  
> 
> OK for trunk, no need to wait for 4.9.1 for this.

Thanks.  Committed to trunk as r209719.

[...snip...]


Reply via email to