Re: [PATCH 0/8] asm inline backport

2019-01-02 Thread Richard Biener
On Wed, Jan 2, 2019 at 10:09 AM Richard Biener wrote: > > On Thu, Dec 27, 2018 at 3:59 PM Segher Boessenkool > wrote: > > > > Hi! > > > > I'd like to backport the "asm inline" series to 8 branch and 7 branch. > > The patches are identical to trunk, except I added a patch 8/8 that > > makes these

Re: [PATCH 0/8] asm inline backport

2019-01-02 Thread Richard Biener
On Thu, Dec 27, 2018 at 3:59 PM Segher Boessenkool wrote: > > Hi! > > I'd like to backport the "asm inline" series to 8 branch and 7 branch. > The patches are identical to trunk, except I added a patch 8/8 that > makes these branches not error on code it only warned on before (that > is, C code th

[PATCH 0/8] asm inline backport

2018-12-27 Thread Segher Boessenkool
Hi! I'd like to backport the "asm inline" series to 8 branch and 7 branch. The patches are identical to trunk, except I added a patch 8/8 that makes these branches not error on code it only warned on before (that is, C code that uses restrict or const as asm qualifier). The 7 backport has a conte