Re: [PATCH] testsuites/unit: Add tests for compiler builtins

2023-11-02 Thread Sebastian Huber
On 02.11.23 15:57, Joel Sherrill wrote: I noted a few cases where I don't think the value used is interesting enough or an edge case. Hopefully I caught them all. Thanks for the review, I added some checks. -- embedded brains GmbH Herr Sebastian HUBER Dornierstr. 4 82178 Puchheim Germany

Re: [PATCH] testsuites/unit: Add tests for compiler builtins

2023-11-02 Thread Joel Sherrill
I noted a few cases where I don't think the value used is interesting enough or an edge case. Hopefully I caught them all. On Thu, Nov 2, 2023 at 7:12 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Test more compiler builtins which may use integer library routins: > routines.

[PATCH] testsuites/unit: Add tests for compiler builtins

2023-11-02 Thread Sebastian Huber
Test more compiler builtins which may use integer library routins: https://gcc.gnu.org/onlinedocs/gccint/Integer-library-routines.html Update #3716. --- testsuites/unit/tc-compiler-builtins.c | 377 - 1 file changed, 369 insertions(+), 8 deletions(-) diff --git