aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.cc
diff options
context:
space:
mode:
authorLewis Hyatt <lhyatt@gmail.com>2024-10-28 12:55:24 -0400
committerLewis Hyatt <lhyatt@gcc.gnu.org>2024-11-23 13:44:37 -0500
commitcd86dd5f43f7b9ea688a404840ef9d5e0f5e4cf0 (patch)
tree1a1629151d8b6ff7a6c486536177d33063a6f2ee /gcc/function.cc
parent9262b6e4e5f65ec3ea49a0ecc4b3ace91cc8b388 (diff)
downloadgcc-cd86dd5f43f7b9ea688a404840ef9d5e0f5e4cf0.zip
gcc-cd86dd5f43f7b9ea688a404840ef9d5e0f5e4cf0.tar.gz
gcc-cd86dd5f43f7b9ea688a404840ef9d5e0f5e4cf0.tar.bz2
Support for 64-bit location_t: Analyzer parts
The analyzer occasionally prints internal location_t values for debugging; adjust those parts so they will work if location_t is 64-bit. For simplicity, to avoid hassling with the printf format string, just convert to (unsigned long long) in either case. gcc/analyzer/ChangeLog: * checker-event.cc (checker_event::dump): Support printing either 32- or 64-bit location_t values. * checker-path.cc (checker_path::inject_any_inlined_call_events): Likewise.
Diffstat (limited to 'gcc/function.cc')
0 files changed, 0 insertions, 0 deletions