Re: [PATCH] analyzer: Use fixed-width types in allocation size tests

2022-07-03 Thread David Malcolm via Gcc-patches
On Sat, 2022-07-02 at 19:38 -0400, David Malcolm wrote: > On Sun, 2022-07-03 at 01:20 +0200, Tim Lange wrote: > > Hi, > > > > thanks for the mail! Embarrassingly, I did not account for the > > different > > sizes types may have on different systems. I've switched all > > testcases > > to the

Re: [PATCH] analyzer: Use fixed-width types in allocation size tests

2022-07-02 Thread David Malcolm via Gcc-patches
On Sun, 2022-07-03 at 01:20 +0200, Tim Lange wrote: > Hi, > > thanks for the mail! Embarrassingly, I did not account for the > different > sizes types may have on different systems. I've switched all > testcases > to the fixed-width types of stdint.h. > > Does this patch need an approval?

[PATCH] analyzer: Use fixed-width types in allocation size tests

2022-07-02 Thread Tim Lange
Hi, thanks for the mail! Embarrassingly, I did not account for the different sizes types may have on different systems. I've switched all testcases to the fixed-width types of stdint.h. Does this patch need an approval? - Tim The patch changes the types inside the tests for the allocation