[Bug binutils/24945] New: as/objdump accepting invalid default destination mask.

2019-08-28 Thread hgreving at google dot com
Component: binutils Assignee: unassigned at sourceware dot org Reporter: hgreving at google dot com Target Milestone: --- A %k0 default mask is not allowed for all scatter/gather instructions in AVX-512. Looks like as/objdump accept it, for example: cat test.s

[Bug binutils/24719] New: objdump fails to reject invalid scatter/gather prefetch instructions

2019-06-21 Thread hgreving at google dot com
: normal Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: hgreving at google dot com Target Milestone: --- Similar to previously filed issue. llvm-mc-7 seems to handle it correctly: e.g. echo "0x62 0xf2 0x7d 0x0f 0xc6

[Bug binutils/24700] New: objdump fails to reject invalid vbroadcasti32x8/vbroadcasti64x4 encodings.

2019-06-18 Thread hgreving at google dot com
Severity: normal Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: hgreving at google dot com Target Milestone: --- Similar to previously filed issue. llvm-mc-7 seems to handle it correctly: e.g. echo '0x62 0xf2 0x7d

[Bug binutils/24691] gas/objdump fail to reject invalid vshuff*/vshufi* encodings.

2019-06-17 Thread hgreving at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24691 --- Comment #4 from Hendrik Greving --- Thanks. -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/

[Bug binutils/24691] gas/objdump fail to reject invalid vshuff*/vshufi* encodings.

2019-06-17 Thread hgreving at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24691 --- Comment #1 from Hendrik Greving --- xref https://bugs.llvm.org/show_bug.cgi?id=42293 -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list bu

[Bug binutils/24691] New: gas/objdump fail to reject invalid vshuff*/vshufi* encodings.

2019-06-17 Thread hgreving at google dot com
Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: hgreving at google dot com Target Milestone: --- lvm-mc-7 seems to handle it correctly: e.g. echo "0x62 0xf3 0x75 0x08 0x23 0xc2 0x25" | /usr/bin/llvm-mc-7 -d

[Bug binutils/24633] objdump accepts invalid encoding for vextractf32x8 (possibly others).

2019-06-05 Thread hgreving at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24633 --- Comment #5 from Hendrik Greving --- Thanks. -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/

[Bug gas/24626] gas/objdump does not check for reserved vex.vvvv bits.

2019-06-05 Thread hgreving at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24626 --- Comment #4 from Hendrik Greving --- Thanks. -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/

[Bug binutils/24633] New: gas/objdump accepts invalid encoding for vextractf32x8 (possibly others).

2019-06-03 Thread hgreving at google dot com
Severity: normal Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: hgreving at google dot com Target Milestone: --- objdump does not check the vector length of vextractf32x8 main.s: .byte 0x62 .byte 0xf3 .byte 0x7d .byte 0x28

[Bug binutils/24633] objdump accepts invalid encoding for vextractf32x8 (possibly others).

2019-06-03 Thread hgreving at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24633 Hendrik Greving changed: What|Removed |Added Summary|gas/objdump accepts invalid |objdump accepts invalid

[Bug gas/24626] New: gas/objdump does not check for reserved vex.vvvv bits.

2019-05-28 Thread hgreving at google dot com
Component: gas Assignee: unassigned at sourceware dot org Reporter: hgreving at google dot com Target Milestone: --- gas and objdump don't seem to check the vex. and evex. bits if their encoding is reserved: main.s: .byte 0xc4 .byte 0xe2 .byte 0x1 .byte 0x1c

[Bug binutils/24382] readelf: Warning: unable to apply unsupported reloc type 10 to section .debug_info.

2019-03-26 Thread hgreving at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24382 --- Comment #2 from Hendrik Greving --- No need to backport from our side. Thank you Nick. -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list

[Bug binutils/24382] readelf: Warning: unable to apply unsupported reloc type 10 to section .debug_info.

2019-03-25 Thread hgreving at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24382 Hendrik Greving changed: What|Removed |Added Target||amd64 Host|

[Bug binutils/24382] New: readelf: Warning: unable to apply unsupported reloc type 10 to section .debug_info.

2019-03-25 Thread hgreving at google dot com
Severity: normal Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: hgreving at google dot com Target Milestone: --- readelf -s/-a/-r leads to warning: readelf: Warning: unable to apply unsupported reloc type 10 to

[Bug gas/24348] New: GNU (g)as is confusing about vmovdqu mnemonics

2019-03-15 Thread hgreving at google dot com
Component: gas Assignee: unassigned at sourceware dot org Reporter: hgreving at google dot com Target Milestone: --- 1) vmovdqu %ymm0, %ymm1 as --64 -o test.o test.s Assembles ok. 2) vmovdqu %ymm0, %ymm16 as --64 -o test.o test.s test.s: Assembler messages: test.s:1: Error

[Bug gas/24348] GNU (g)as is confusing about vmovdqu mnemonics

2019-03-15 Thread hgreving at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24348 Hendrik Greving changed: What|Removed |Added Target||x86/-march=skylake-avx512

[Bug gas/24348] GNU (g)as is confusing about vmovdqu mnemonics

2019-03-15 Thread hgreving at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24348 Hendrik Greving changed: What|Removed |Added CC||hgreving at google dot com -- You