diff options
author | Michael Zolotukhin <michael.v.zolotukhin@gmail.com> | 2014-01-31 08:13:06 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2014-01-31 08:13:06 -0800 |
commit | 83861ea6d62762bf11482f12558516637bf270ac (patch) | |
tree | 83b985f468500b19058ed0f38fc75dc02a5d6d27 /gas/testsuite/ChangeLog | |
parent | ae56bfb8e7678409d1ea3603f63a40b01b764dc8 (diff) | |
download | gdb-83861ea6d62762bf11482f12558516637bf270ac.zip gdb-83861ea6d62762bf11482f12558516637bf270ac.tar.gz gdb-83861ea6d62762bf11482f12558516637bf270ac.tar.bz2 |
Add gather/scatter tests with incorrect memory operand
2014-01-31 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
PR gas/16488
* gas/i386/inval-avx512f.s: Add test for incorrect memory operand
for gather/scatter instructions.
* gas/i386/x86-64-inval-avx512f.s: Likewise.
* gas/i386/inval-avx512f.l: Adjust correspondingly.
* gas/i386/x86-64-inval-avx512f.l: Likewise.
Diffstat (limited to 'gas/testsuite/ChangeLog')
-rw-r--r-- | gas/testsuite/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index c45f647..4941ba3 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,12 @@ +2014-01-31 Michael Zolotukhin <michael.v.zolotukhin@gmail.com> + + PR gas/16488 + * gas/i386/inval-avx512f.s: Add test for incorrect memory operand + for gather/scatter instructions. + * gas/i386/x86-64-inval-avx512f.s: Likewise. + * gas/i386/inval-avx512f.l: Adjust correspondingly. + * gas/i386/x86-64-inval-avx512f.l: Likewise. + 2014-01-30 Sandra Loosemore <sandra@codesourcery.com> * gas/nios2/call26_noat.d: New. |