On Fri, 30 Nov 2018, Julian Brown wrote:
> ChangeLog
>
> gcc/
> * tree-pretty-print.c (dump_omp_clause): Make default case
> gcc_unreachable.
OK.
--
Joseph S. Myers
jos...@codesourcery.com
On Fri, Nov 30, 2018 at 09:35:45PM +, Julian Brown wrote:
> How's this? (Obvious, but re-tested anyway.)
>
> Thanks,
>
> Julian
>
> ChangeLog
>
> gcc/
> * tree-pretty-print.c (dump_omp_clause): Make default case
> gcc_unreachable.
Ok, thanks.
> diff --git a/gcc/tree-pretty-pri
On Thu, 29 Nov 2018 21:25:33 +
Joseph Myers wrote:
> On Thu, 29 Nov 2018, Julian Brown wrote:
>
> > On Thu, 20 Sep 2018 10:08:51 -0700
> > Cesar Philippidis wrote:
> >
> > > Apparently, Tom ran into an ICE when we were adding support for
> > > new clauses back in the gomp-4_0-branch days
On Thu, 29 Nov 2018, Julian Brown wrote:
> On Thu, 20 Sep 2018 10:08:51 -0700
> Cesar Philippidis wrote:
>
> > Apparently, Tom ran into an ICE when we were adding support for new
> > clauses back in the gomp-4_0-branch days. This patch shouldn't be
> > necessary because all of the clauses are f
On Thu, 20 Sep 2018 10:08:51 -0700
Cesar Philippidis wrote:
> Apparently, Tom ran into an ICE when we were adding support for new
> clauses back in the gomp-4_0-branch days. This patch shouldn't be
> necessary because all of the clauses are fully implemented now, but
> it may prevent similar bug
Apparently, Tom ran into an ICE when we were adding support for new
clauses back in the gomp-4_0-branch days. This patch shouldn't be
necessary because all of the clauses are fully implemented now, but
it may prevent similar bugs from occurring in the future at least
during development.
Is this p