This is the mail archive of the gdb-patches@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]

Re: [PATCH] [PR gdb/19820] gdb: allow enumeration constants as second operand of BINOP_REPEAT


Artemiy Volkov <artemiyv@acm.org> writes:

> A couple of tests is also included in this patch to demonstrate that it is
> working as intended.
>
> gdb/Changelog:
>
> 2016-03-20  Artemiy Volkov  <artemiyv@acm.org>
>

Add "PR gdb/19820" here...

> 	* eval.c (evaluate_subexp_standard): Allow TYPE_CODE_ENUM to be
>         the type of BINOP_REPEAT's second operand.
>
> gdb/testsuite/Changelog:
>
> 2016-03-20  Artemiy Volkov  <artemiyv@acm.org>
>

and here...

> 	* gdb.base/printcmds.exp: Add artificial arrays tests.

You can reference existing ChangeLog entries.

Did you run regression tests?  If the test is regression free, the patch
is OK to me with the ChangeLog entry fix I point out above.

-- 
Yao (éå)


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