Fixed void* vs int* overload issue (PR C++/10343).
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index 5d04cd95dc9a27d42c0d490317dd295ae9a8defd..7e3f170ad77c56191964ab51da3bc1d8eb27eaeb 100644 (file)
@@ -1,3 +1,167 @@
+2010-10-14  Sami Wagiaalla  <swagiaal@redhat.com>
+
+       * gdb.cp/converts.cc: New test program.
+       * gdb.cp/converts.exp: New test.
+       * gdb.cp/overload.exp: Added test for void* vs int*.
+       * gdb.cp/overload.exp: Ditto.
+       * gdb.cp/oranking.exp: Removed related kfail.
+
+2010-10-13  Doug Evans  <dje@google.com>
+
+       * lib/gdb-python.exp (gdb_check_python_config): New function.
+       * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
+       * gdb.python/lib-types.cc: New file.
+       * gdb.python/lib-types.exp: New file.
+
+2010-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.python/py-error.exp: New file.
+       * gdb.python/py-error.py: New file.
+
+2010-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
+       gdb_test_multiple.
+
+2010-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/break-interp.exp: Use ldlags for linking flags.
+       * gdb.base/prelink.exp: Likewise.
+       * gdb.base/solib-nodir.exp: Likewise.
+       * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
+       (gdb_compile) <shlib_load>: Use ldlags for linking flags.
+       * lib/prelink-support.exp (build_executable_own_libs): Likewise.
+
+2010-10-12  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * break-interp.exp (test_ld): Use two separate gdb_expect statements
+       for the "info files" test to avoid timeouts on slow machines.
+
+2010-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
+       (main): Make openlib dummy call.
+
+2010-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
+       * break-interp.exp (reach): Move the core body ...
+       (reach_1): ... here.  Use stop-on-solib-events for _dl_debug_state.
+       (test_ld): Provide always real argument, even to the linker.  Replace
+       dl_main by _dl_debug_state.
+
+2010-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix results of prelinked PIEs on ppc*.
+       * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
+       Accept also DISPLACEMENT "PRESENT".
+       (main): Replace "ZERO" displacements by "PRESENT".
+
+2010-10-08  Sami Wagiaalla  <swagiaal@redhat.com>
+
+       * gdb.cp/oranking.exp: New test.
+       * gdb.cp/oranking.cc: New test program.
+
+2010-10-08  Ken Werner  <ken.werner@de.ibm.com>
+
+       * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
+       * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
+
+2010-10-06  Ken Werner  <ken.werner@de.ibm.com>
+
+       * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
+       lush, lynx) New constant.
+       * gdb.base/constvars.exp: Test const array types.
+       * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
+
+2010-10-06  Doug Evans  <dje@google.com>
+
+       * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
+       of syscall staging area.
+
+2010-10-06  Ken Werner  <ken.werner@de.ibm.com>
+
+       * gdb.base/gnu_vector.c: Add variable c4.
+       * gdb.base/gnu_vector.exp: Add tests for character vector printing.
+       * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
+
+2010-10-05  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * gdb.arch/altivec-abi.exp: Fix a typo.
+
+2010-10-02  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * lib/mi-support.exp (thread_selected_re): Correct pattern used
+       to match a thread ID.
+
+2010-10-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix s390x testcase compatibility.
+       * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
+
+2010-10-01  Doug Evans  <dje@google.com>
+
+       * lib/gdb-python.exp: New file.
+       * gdb.python/py-block.exp: Use it.
+       * gdb.python/py-breakpoint.exp: Ditto.
+       * gdb.python/py-frame.exp: Ditto.
+       * gdb.python/py-inferior.exp: Ditto.
+       * gdb.python/py-param.exp: Ditto.
+       * gdb.python/py-prettyprint.exp: Ditto.
+       * gdb.python/py-shared.exp: Ditto.
+       * gdb.python/py-symbol.exp: Ditto.
+       * gdb.python/py-symtab.exp: Ditto.
+       * gdb.python/py-type.exp: Ditto.
+       * gdb.python/py-value.exp: Ditto.
+       * gdb.python/python.exp: Ditto.
+
+2010-09-30  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/anon.exp: New file.
+       * gdb.base/anon.c: New file.
+
+2010-09-30  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/completion.exp: Test completion through anonymous
+       union.
+       * gdb.base/break1.c (struct some_struct): Add anonymous union.
+
+2010-09-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix printing parameters of inlined functions.
+       * gdb.dwarf2/dw2-inline-param.exp: New file.
+       * gdb.dwarf2/dw2-inline-param-main.c: New file.
+       * gdb.dwarf2/dw2-inline-param.S: New file.
+
+2010-09-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       PR corefiles/12071.
+       * gdb.base/corefile.exp (quit with a process, no question: load core)
+       (quit with a core file): New tests.
+
+2010-09-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix GDB crash on inferior calls with self-referencing classes.
+       * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
+       * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
+       * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
+
+2010-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix lost siginfo_t for inferior calls.
+       * gdb.base/siginfo-infcall.exp: New file.
+       * gdb.base/siginfo-infcall.c: New file.
+
+2010-09-22  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
+
+2010-09-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
+       New test.
+       * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
+
 2010-09-22  Joel Brobecker  <brobecker@adacore.com>
 
        * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
This page took 0.040217 seconds and 4 git commands to generate.