This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug gdb/7652] Obsolete CHILL language support


https://sourceware.org/bugzilla/show_bug.cgi?id=7652

--- Comment #4 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Nick Clifton <nickc@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=41f225defe891ff71d3c8a149cdc1ed8f3a64c5c

commit 41f225defe891ff71d3c8a149cdc1ed8f3a64c5c
Author: Nick Clifton <nickc@redhat.com>
Date:   Mon Oct 17 10:26:56 2016 +0100

    Sync libiberty sources with gcc mainline.

    2016-09-19  Andrew Stubbs  <ams@codesourcery.com>

        * pex-win32.c (argv_to_cmdline): Quote zero-length parameters.
        * testsuite/test-pexecute.c (main): Insert check for zero-length
parameters.

    2016-09-10  Mark Wielaard  <mjw@redhat.com>

        * cp-demangle.c (d_substitution): Change struct demangle_component
        variable name from c to dc.

    2016-08-12  Marek Polacek  <polacek@redhat.com>

        PR c/7652
        * cp-demangle.c (d_print_mod): Add FALLTHRU.

    2016-08-04  Marcel B?hme  <boehme.marcel@gmail.com>

        PR c++/71696
        * cplus-dem.c: Prevent infinite recursion when there is a cycle
        in the referencing of remembered mangled types.
        (work_stuff): New stack to keep track of the remembered mangled
        types that are currently being processed.
        (push_processed_type): New method to push currently processed
        remembered type onto the stack.
        (pop_processed_type): New method to pop currently processed
        remembered type from the stack.
        (work_stuff_copy_to_from): Copy values of new variables.
        (delete_non_B_K_work_stuff): Free stack memory.
        (demangle_args): Push/Pop currently processed remembered type.
        (do_type): Do not demangle a cyclic reference and push/pop
        referenced remembered type.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]