Re: [PATCH, GCC] Move MEMMODEL_* and enum memmodel from coretypes.h to memmodel.h

2016-10-13 Thread Richard Biener
On Thu, 13 Oct 2016, Thomas Preudhomme wrote: > On 12/10/16 21:00, Joseph Myers wrote: > > On Wed, 12 Oct 2016, Thomas Preudhomme wrote: > > > > > This patch is a follow up of [1] which aims to have all memory model > > > related > > > declarations in memmodel.h. To achieve that, this patch

Re: [PATCH, GCC] Move MEMMODEL_* and enum memmodel from coretypes.h to memmodel.h

2016-10-13 Thread Thomas Preudhomme
On 12/10/16 21:00, Joseph Myers wrote: On Wed, 12 Oct 2016, Thomas Preudhomme wrote: This patch is a follow up of [1] which aims to have all memory model related declarations in memmodel.h. To achieve that, this patch moves memory model related declaration from coretypes.h into memmodel.h.

Re: [PATCH, GCC] Move MEMMODEL_* and enum memmodel from coretypes.h to memmodel.h

2016-10-13 Thread Richard Biener
On Wed, 12 Oct 2016, Joseph Myers wrote: > On Wed, 12 Oct 2016, Thomas Preudhomme wrote: > > > This patch is a follow up of [1] which aims to have all memory model related > > declarations in memmodel.h. To achieve that, this patch moves memory model > > related declaration from coretypes.h into

Re: [PATCH, GCC] Move MEMMODEL_* and enum memmodel from coretypes.h to memmodel.h

2016-10-12 Thread Joseph Myers
On Wed, 12 Oct 2016, Thomas Preudhomme wrote: > This patch is a follow up of [1] which aims to have all memory model related > declarations in memmodel.h. To achieve that, this patch moves memory model > related declaration from coretypes.h into memmodel.h. Note that since > memmodel.h is now

[PATCH, GCC] Move MEMMODEL_* and enum memmodel from coretypes.h to memmodel.h

2016-10-12 Thread Thomas Preudhomme
Hi, This patch is a follow up of [1] which aims to have all memory model related declarations in memmodel.h. To achieve that, this patch moves memory model related declaration from coretypes.h into memmodel.h. Note that since memmodel.h is now included from libgcc it needs to have a runtime