[PATCH] Fix Fortran regression with variables in nested functions
Tom de Vries
tdevries@suse.de
Tue Aug 20 13:17:00 GMT 2019
On 19-08-19 18:31, Tom Tromey wrote:
> Kevin> This patch fixes regressions that I was seeing in my OpenMP work,
> Kevin> so I'm in favor of it going in.
>
> I'm going to push it now. Thanks.
This caused:
...
FAIL: gdb.ada/catch_ex.exp: insert catchpoint on Program_Error (GDB
internal error)
...
The internal error is an assertion failure:
...
src/gdb/dwarf2loc.c:727: internal-error: virtual void
dwarf_evaluate_loc_desc::get_frame_base(const gdb_byte**, size_t*):
Assertion `framefunc != NULL' failed.
...
Filed here ( https://sourceware.org/bugzilla/show_bug.cgi?id=24919 ).
Thanks,
- Tom
More information about the Gdb-patches
mailing list