]> git.proxmox.com Git - rustc.git/blame - src/test/ui/asm/inline-syntax.x86_64.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / asm / inline-syntax.x86_64.stderr
CommitLineData
cdc7bbd5 1warning: avoid using `.intel_syntax`, Intel syntax is the default
ee023bcb 2 --> $DIR/inline-syntax.rs:58:14
6a06907d 3 |
17df50a5
XL
4LL | global_asm!(".intel_syntax noprefix", "nop");
5 | ^^^^^^^^^^^^^^^^^^^^^^
cdc7bbd5
XL
6 |
7 = note: `#[warn(bad_asm_style)]` on by default
6a06907d 8
cdc7bbd5 9warning: avoid using `.intel_syntax`, Intel syntax is the default
ee023bcb 10 --> $DIR/inline-syntax.rs:32:15
17df50a5
XL
11 |
12LL | asm!(".intel_syntax noprefix", "nop");
13 | ^^^^^^^^^^^^^^^^^^^^^^
14
15warning: avoid using `.intel_syntax`, Intel syntax is the default
ee023bcb 16 --> $DIR/inline-syntax.rs:35:15
6a06907d
XL
17 |
18LL | asm!(".intel_syntax aaa noprefix", "nop");
cdc7bbd5 19 | ^^^^^^^^^^^^^^^^^^^^^^^^^^
6a06907d 20
cdc7bbd5 21warning: avoid using `.att_syntax`, prefer using `options(att_syntax)` instead
ee023bcb 22 --> $DIR/inline-syntax.rs:38:15
6a06907d
XL
23 |
24LL | asm!(".att_syntax noprefix", "nop");
25 | ^^^^^^^^^^^^^^^^^^^^
6a06907d 26
cdc7bbd5 27warning: avoid using `.att_syntax`, prefer using `options(att_syntax)` instead
ee023bcb 28 --> $DIR/inline-syntax.rs:41:15
6a06907d
XL
29 |
30LL | asm!(".att_syntax bbb noprefix", "nop");
31 | ^^^^^^^^^^^^^^^^^^^^^^^^
6a06907d 32
cdc7bbd5 33warning: avoid using `.intel_syntax`, Intel syntax is the default
ee023bcb 34 --> $DIR/inline-syntax.rs:44:15
6a06907d
XL
35 |
36LL | asm!(".intel_syntax noprefix; nop");
cdc7bbd5 37 | ^^^^^^^^^^^^^^^^^^^^^^
6a06907d 38
cdc7bbd5 39warning: avoid using `.intel_syntax`, Intel syntax is the default
ee023bcb 40 --> $DIR/inline-syntax.rs:50:13
6a06907d 41 |
cdc7bbd5
XL
42LL | .intel_syntax noprefix
43 | ^^^^^^^^^^^^^^^^^^^^^^
6a06907d 44
17df50a5 45warning: 7 warnings emitted
6a06907d 46