diff options
author | Tom Tromey <tom@tromey.com> | 2020-03-16 18:32:44 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2020-03-16 18:35:11 -0600 |
commit | 771dd3a88b1f0e03a110fc4f2207913df45f8b4b (patch) | |
tree | 2ba01980d5273e273bdccd4579f8c87b8ebdd1a6 /gdb/testsuite/gdb.fortran/mixed-lang-stack.cpp | |
parent | 817a7585764366397879cbbedfd7e9c1454b656c (diff) | |
download | binutils-771dd3a88b1f0e03a110fc4f2207913df45f8b4b.zip binutils-771dd3a88b1f0e03a110fc4f2207913df45f8b4b.tar.gz binutils-771dd3a88b1f0e03a110fc4f2207913df45f8b4b.tar.bz2 |
Initialize base_value in pascal_object_print_value
The val_print removal series introduced a new possibly-uninitialized
warning in p-valprint.c. Examination of the code shows that the
warning does not indicate a real bug, so this patch silences the
warning by setting the variable in the catch clause of a try/catch.
(The obvious initialization did not work due to a "goto" in this
function.)
gdb/ChangeLog
2020-03-16 Tom Tromey <tom@tromey.com>
* p-valprint.c (pascal_object_print_value): Initialize
base_value.
Diffstat (limited to 'gdb/testsuite/gdb.fortran/mixed-lang-stack.cpp')
0 files changed, 0 insertions, 0 deletions