#
51502cf6 |
| 04-Feb-2018 |
mrg <mrg@NetBSD.org> |
updates for GCC 6.4:
- remove many _DIAGASSERT() checks against not NULL for functions with arguments with nonnull attributes. (probably more to come, the set between x86 and sparc us disjoint.
updates for GCC 6.4:
- remove many _DIAGASSERT() checks against not NULL for functions with arguments with nonnull attributes. (probably more to come, the set between x86 and sparc us disjoint.)
- port libsanitizer's GetPcSpBp() to sparc, sparc64 and amd64.
show more ...
|
#
ececdb79 |
| 08-Jan-2008 |
martin <martin@NetBSD.org> |
When passing char (or unsigned char) arguments as int, assign them to a temporary char (resp. unsigned char) before comparing, to force truncation to the proper domain. This makes the coresponding re
When passing char (or unsigned char) arguments as int, assign them to a temporary char (resp. unsigned char) before comparing, to force truncation to the proper domain. This makes the coresponding regression tests succeed.
show more ...
|