Fix crash in Ada "catch exception"
authorTom Tromey <tromey@adacore.com>
Fri, 20 Sep 2019 17:34:21 +0000 (11:34 -0600)
committerTom Tromey <tromey@adacore.com>
Fri, 20 Sep 2019 17:34:21 +0000 (11:34 -0600)
commitd42076962798cd2329090cea213e797f4c69c03c
tree6fb2ab9b364e85845a69109da5018915227c205a
parenta48931cc2df9f87596d93b319236c73ef0fe0f4e
Fix crash in Ada "catch exception"

PR ada/24919 concerns a crash that Tom de Vries noticed when running
the "catch_ex" Ada test case.  He sent a test executable and tracked
this down to commit f21c2bd7b7 ("Fix Fortran regression with variables
in nested functions").

Looking at that patch, you can see the obvious error:

    -  return 0;
    +  return true;

Oops!  This patch fixes the bug.

Tested on x86-64 Fedora 29.

gdb/ChangeLog
2019-09-20  Tom Tromey  <tromey@adacore.com>

PR ada/24919:
* block.c (contained_in): Fix final return value.
gdb/ChangeLog
gdb/block.c
This page took 0.025952 seconds and 4 git commands to generate.