On Thu, Apr 09, 2015 at 09:57:29PM +0200, Bernhard Reutner-Fischer wrote:
> On 9 April 2015 at 21:41, Jakub Jelinek <ja...@redhat.com> wrote:
> > On Thu, Apr 09, 2015 at 09:27:34PM +0200, Bernhard Reutner-Fischer wrote:
> >> gcc/ChangeLog:
> >>
> >> 2015-04-08  Bernhard Reutner-Fischer  <al...@gcc.gnu.org>
> >>
> >>       PR target/55143
> >>       * c/c-tree.h (c_default_pointer_mode): Move declaration ...
> >>       * c-family/c-common.h (c_default_pointer_mode): ... here.
> >>       * c/c-decl.c (c_default_pointer_mode): Move definition ...
> >>       * c-family/c-common.c (c_default_pointer_mode): ... here.
> >
> > The ChangeLog is certainly wrong, as both c and c-family have their own
> > ChangeLog files, so you really can't write it using ... on both sides.
> 
> So.. modulo leading tabs:
> gcc/c/ChangeLog:
> 
> 2015-04-09  Bernhard Reutner-Fischer  <al...@gcc.gnu.org>
> 
>         PR target/55143
>         * c-decl.c (c_default_pointer_mode): Remove definition.
>         * c-tree.h (c_default_pointer_mode): Remove declaration.
> 
> gcc/c-family/ChangeLog:
> 
> 2015-04-09  Bernhard Reutner-Fischer  <al...@gcc.gnu.org>
> 
>         PR target/55143
>         * c-common.c (c_default_pointer_mode): Add definition.
>         * c-common.h (c_default_pointer_mode): Add declaration.
> 
> Ok for trunk?

The c_default_pointer_mode is very ugly hack, but guess at least for now it
is ok for trunk.

        Jakub

Reply via email to