Re: fix typo in attr_fnspec::verify

2021-07-14 Thread Alexandre Oliva
ivial backport, just to be sure... Will install in gcc-11 when done. Here's what I've just installed. fix typo in attr_fnspec::verify Odd-numbered indices describing argument access sizes in the fnspec string can only hold 't' or a digit, as tested in the beginning of the c

Re: fix typo in attr_fnspec::verify

2021-07-14 Thread Richard Biener via Gcc-patches
On Wed, Jul 14, 2021 at 3:45 AM Alexandre Oliva wrote: > > On Jul 13, 2021, Richard Biener wrote: > > > oops - also worth backporting to affected branches. > > Thanks, I took that as explicit approval and put it in. > > attr fnspec is new in gcc-11, not present in gcc-10, so I'm testing a > trivi

Re: fix typo in attr_fnspec::verify

2021-07-13 Thread Alexandre Oliva
On Jul 13, 2021, Richard Biener wrote: > oops - also worth backporting to affected branches. Thanks, I took that as explicit approval and put it in. attr fnspec is new in gcc-11, not present in gcc-10, so I'm testing a trivial backport, just to be sure... Will install in gcc-11 when done. >>

Re: fix typo in attr_fnspec::verify

2021-07-13 Thread Richard Biener via Gcc-patches
On Tue, Jul 13, 2021 at 5:15 AM Alexandre Oliva wrote: > > > Odd-numbered indices describing argument access sizes in the fnspec > string can only hold 't' or a digit, as tested in the beginning of the > case. When checking that the size-supplying argument does not have > additional information a

fix typo in attr_fnspec::verify

2021-07-12 Thread Alexandre Oliva
Odd-numbered indices describing argument access sizes in the fnspec string can only hold 't' or a digit, as tested in the beginning of the case. When checking that the size-supplying argument does not have additional information associated with it, the test that excludes the 't' possibility look