Re: [PATCH] score: _Objects_Build_name() signed/unsigned char

2021-02-02 Thread Gedare Bloom
On Tue, Feb 2, 2021 at 9:57 AM Gedare Bloom wrote: > > > On Tue, Feb 2, 2021 at 9:44 AM Sebastian Huber < > sebastian.hu...@embedded-brains.de> wrote: > >> On 02/02/2021 17:22, Gedare Bloom wrote: >> >> > OK. This one surprised me (and I'm sure I'm not the only one.) >> > >> > On Tue, Feb 2, 2021

Re: [PATCH] score: _Objects_Build_name() signed/unsigned char

2021-02-02 Thread Gedare Bloom
On Tue, Feb 2, 2021 at 9:44 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 02/02/2021 17:22, Gedare Bloom wrote: > > > OK. This one surprised me (and I'm sure I'm not the only one.) > > > > On Tue, Feb 2, 2021 at 7:42 AM Sebastian Huber > > >

Re: [PATCH] score: _Objects_Build_name() signed/unsigned char

2021-02-02 Thread Sebastian Huber
On 02/02/2021 17:22, Gedare Bloom wrote: OK. This one surprised me (and I'm sure I'm not the only one.) On Tue, Feb 2, 2021 at 7:42 AM Sebastian Huber > wrote: Change _Objects_Build_name() so that the result is independent of the signedness

Re: [PATCH] score: _Objects_Build_name() signed/unsigned char

2021-02-02 Thread Joel Sherrill
On Tue, Feb 2, 2021 at 10:22 AM Gedare Bloom wrote: > OK. This one surprised me (and I'm sure I'm not the only one.) > Agreed. Did this show up as a warning or Coverity issue? > > On Tue, Feb 2, 2021 at 7:42 AM Sebastian Huber < > sebastian.hu...@embedded-brains.de> wrote: > >> Change _Objects

Re: [PATCH] score: _Objects_Build_name() signed/unsigned char

2021-02-02 Thread Gedare Bloom
OK. This one surprised me (and I'm sure I'm not the only one.) On Tue, Feb 2, 2021 at 7:42 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Change _Objects_Build_name() so that the result is independent of the > signedness of char. > > Close #4228. > --- > cpukit/include/rtems/s