* ch-exp.c (parse_tuple_element): Allow (*): for array tuples
authorWilfried Moser <moser@cygnus>
Wed, 4 Sep 1996 14:29:37 +0000 (14:29 +0000)
committerWilfried Moser <moser@cygnus>
Wed, 4 Sep 1996 14:29:37 +0000 (14:29 +0000)
commitb5865bb26302045a3ff07bdb12ff1441827b61f7
treec40ec59d4af40c5d9da7dd6d83b0a64f12ebbd0a
parent711254da6c4cc0b0d786fae24e68d084b0af2a99
    * ch-exp.c (parse_tuple_element): Allow (*): for array tuples
        if we have a type.

        * eval.c (evaluate_subexp_standard): In case of OP_ARRAY:
        check number of args against bounds of array to avoid
        memory corruption.

        * value.h (COERCE_REF): Do a CHECK_TYPEDEF in case we get
        a TYPE_CODE_TYPEDEF.
gdb/ChangeLog
gdb/ch-exp.c
gdb/eval.c
gdb/value.h
This page took 0.023853 seconds and 4 git commands to generate.