]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Fortran: Nested functions, add scope parameter.
authorBernhard Heckel <bernhard.heckel@intel.com>
Fri, 1 Jul 2016 08:54:37 +0000 (10:54 +0200)
committerBernhard Heckel <bernhard.heckel@intel.com>
Fri, 23 Dec 2016 11:20:06 +0000 (12:20 +0100)
commit1c045754729373ed6efd71220e3740ca7512a9d3
treebd2035cd6bac18ab5b5b9c73b01e9c86c3d7707a
parent671c004cc4dcd29606641ea1caee663905a9dcff
Fortran: Nested functions, add scope parameter.

In order to avoid name clashing in GDB, we add a scope
to nested subroutines. Enveloping function gives the
scope.

Change-Id: I7d424b1e3039613d938aae56ec1a3b3d1cdda744
gdb/dwarf2read.c
gdb/testsuite/gdb.fortran/nested-funcs.exp
gdb/testsuite/gdb.fortran/nested-funcs.f90