testsuites/unit: Add tests for compiler builtins

Explicitly test the 64-bit integer division and modulo operations.  They
are essential for the timekeeping services.  On most 32-bit targets,
they need a software implementation.

Update #3716.
This commit is contained in:
Sebastian Huber
2023-10-12 14:11:03 +02:00
parent 2cb3d75d9e
commit 429727cdf3
2 changed files with 562 additions and 0 deletions
@@ -11,6 +11,7 @@ includes: []
ldflags: []
links: []
source:
- testsuites/unit/tc-compiler-builtins.c
- testsuites/unit/tc-config.c
- testsuites/unit/tc-misaligned-builtin-memcpy.c
- testsuites/unit/tc-score-msgq.c
File diff suppressed because it is too large Load Diff