Re: [PATCH v2] docs/misra: document gcc-specific behavior with shifting signed integers

2023-08-22 Thread Stefano Stabellini
On Tue, 22 Aug 2023, Julien Grall wrote: > Hi Stefano, > > On 22/08/2023 02:02, Stefano Stabellini wrote: > > From: Stefano Stabellini > > > > Signed-off-by: Stefano Stabellini > > --- > > v2: > > - split << and >> > > - do not use the word "shift" instead of << or >> > > --- > > docs/misra/C

Re: [PATCH v2] docs/misra: document gcc-specific behavior with shifting signed integers

2023-08-22 Thread Julien Grall
Hi Stefano, On 22/08/2023 02:02, Stefano Stabellini wrote: From: Stefano Stabellini Signed-off-by: Stefano Stabellini --- v2: - split << and >> - do not use the word "shift" instead of << or >> --- docs/misra/C-language-toolchain.rst | 9 + 1 file changed, 9 insertions(+) diff --g

Re: [PATCH v2] docs/misra: document gcc-specific behavior with shifting signed integers

2023-08-21 Thread Jan Beulich
On 22.08.2023 03:02, Stefano Stabellini wrote: > From: Stefano Stabellini > > Signed-off-by: Stefano Stabellini Acked-by: Jan Beulich

[PATCH v2] docs/misra: document gcc-specific behavior with shifting signed integers

2023-08-21 Thread Stefano Stabellini
From: Stefano Stabellini Signed-off-by: Stefano Stabellini --- v2: - split << and >> - do not use the word "shift" instead of << or >> --- docs/misra/C-language-toolchain.rst | 9 + 1 file changed, 9 insertions(+) diff --git a/docs/misra/C-language-toolchain.rst b/docs/misra/C-languag