binutils-gdb/gdb/testsuite/gdb.fortran
Jan Kratochvil 32019081a7 gdb/
Fix non-only rename list for Fortran modules import.
	* cp-namespace.c (cp_scan_for_anonymous_namespaces): Adjust the
	cp_add_using_directive caller.
	(cp_add_using_directive): New parameter excludes, describe it.  New
	variables ix and param.  Compare if also excludes match.  Allocate NEW
	with variable size, initialize EXCLUDES there.
	(cp_lookup_symbol_imports): New variable excludep, test
	current->EXCLUDES with it.
	* cp-support.h: Include vec.h.
	(struct using_direct): New field excludes, describe it.
	(DEF_VEC_P (const_char_ptr)): New.
	(cp_add_using_directive): New parameter excludes.
	* defs.h (const_char_ptr): New typedef.
	* dwarf2read.c (read_import_statement): New variables child_die,
	excludes and cleanups, read in excludes.
	(read_namespace): Adjust the cp_add_using_directive caller.

gdb/testsuite/
	Fix non-only rename list for Fortran modules import.
	* gdb.fortran/module.exp (print var_x, print var_y, print var_z): New
	tests.
	* gdb.fortran/module.f90 (module moduse): New.
	(program module): use moduse, test var_x, var_y and var_z.
2011-06-29 22:05:16 +00:00
..
Makefile.in 2011-02-22 Michael Snyder <msnyder@vmware.com> 2011-02-22 20:52:49 +00:00
array-element.exp PR testsuite/12040: 2011-06-29 17:50:47 +00:00
array-element.f Update the copyright year for most remaining files in GDB 2011-01-05 05:09:55 +00:00
charset.exp gdb 2011-06-29 15:32:40 +00:00
charset.f90 gdb 2011-06-29 15:32:40 +00:00
complex.exp PR testsuite/12040: 2011-06-29 17:50:47 +00:00
complex.f Update the copyright year for most remaining files in GDB 2011-01-05 05:09:55 +00:00
derived-type.exp PR testsuite/12040: 2011-06-29 17:50:47 +00:00
derived-type.f90 Update the copyright year for most remaining files in GDB 2011-01-05 05:09:55 +00:00
exprs.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00
library-module-lib.f90 Update the copyright year for most remaining files in GDB 2011-01-05 05:09:55 +00:00
library-module-main.f90 Update the copyright year for most remaining files in GDB 2011-01-05 05:09:55 +00:00
library-module.exp PR testsuite/12040: 2011-06-29 17:50:47 +00:00
logical.exp PR testsuite/12040: 2011-06-29 17:50:47 +00:00
logical.f90 Update the copyright year for most remaining files in GDB 2011-01-05 05:09:55 +00:00
module.exp gdb/ 2011-06-29 22:05:16 +00:00
module.f90 gdb/ 2011-06-29 22:05:16 +00:00
multi-dim.exp PR testsuite/12040: 2011-06-29 17:50:47 +00:00
multi-dim.f90 gdb/ 2011-01-12 16:16:24 +00:00
subarray.exp PR testsuite/12040: 2011-06-29 17:50:47 +00:00
subarray.f Update the copyright year for most remaining files in GDB 2011-01-05 05:09:55 +00:00
types.exp run copyright.sh for 2011. 2011-01-01 15:34:07 +00:00