Priority: P2
Component: gas
Assignee: unassigned at sourceware dot org
Reporter: jwlee2217 at softsec dot kaist.ac.kr
Target Milestone: ---
```
$ cat examples/bug6_1.s
lsr R0, R1, #2, 1 << 4
$ ./arm-linux-gnueabi-as examples/bug6_1.s -o bug6_1.o
$ ./arm
Priority: P2
Component: gas
Assignee: unassigned at sourceware dot org
Reporter: jwlee2217 at softsec dot kaist.ac.kr
Target Milestone: ---
```
$ cat examples/bug4_1.s
bl [[1]*[[2] ^ 3]]
bl ((1)*((2) ^ 3))
$ ./arm-linux-gnueabi-as examples/bug4_1.s -o bug4_1.o
Severity: normal
Priority: P2
Component: gas
Assignee: unassigned at sourceware dot org
Reporter: jwlee2217 at softsec dot kaist.ac.kr
Target Milestone: ---
```
$ cat examples/bug3_1.s
.intel_syntax noprefix
prefetch WORD PTR [R11]
$ ./as examples
Component: gas
Assignee: unassigned at sourceware dot org
Reporter: jwlee2217 at softsec dot kaist.ac.kr
Target Milestone: ---
```
$ cat examples/bug1_1.s
.intel_syntax noprefix
bnd andn R11, R12, R13
$ ./as examples/bug1_1.s
examples/bug1_1.s: Assembler messages:
examples