Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/external/gpl3/gcc



Module Name:    src
Committed By:   mrg
Date:           Fri Sep 19 07:50:41 UTC 2025

Modified Files:
        src/external/gpl3/gcc/dist/libsanitizer/lsan: lsan_allocator.cpp
        src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common:
            sanitizer_linux.cpp
        src/external/gpl3/gcc/lib: Makefile.sanitizer

Log Message:
some sanitizer ports updates.

- use the 32-bit OK kMaxAllowedMallocSize for !_LP64 ports
- fix an argument type to internal_sysctl()
- use -Wno-format on sparc and sparc64

the latter will probably be necessary for more ports, and maybe a more
correct solution will be better, from new comment:

# XXX GCC 14 hard codes types and printf formats causing various errors,
# so this is the ugly method to avoid it.
#
# XXX If this list gets too huge, consider removing it, or at least moving
# into per-file issues (there are a lot of files.)


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 \
    src/external/gpl3/gcc/dist/libsanitizer/lsan/lsan_allocator.cpp
cvs rdiff -u -r1.8 -r1.9 \
    src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_linux.cpp
cvs rdiff -u -r1.20 -r1.21 src/external/gpl3/gcc/lib/Makefile.sanitizer

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index