Lines Matching full:check
8 @ CHECK: error: attribute name not recognised: Tag_unknown_name
9 @ CHECK: .eabi_attribute Tag_unknown_name
10 @ CHECK: ^
13 @ CHECK: error: expected numeric constant
14 @ CHECK: .eabi_attribute [non_constant_expression], 0
15 @ CHECK: ^
18 @ CHECK: error: expected numeric constant
19 @ CHECK: .eabi_attribute 42, "forty two"
20 @ CHECK: ^
23 @ CHECK: error: bad string constant
24 @ CHECK: .eabi_attribute 43, 43
25 @ CHECK: ^
28 @ CHECK: error: comma expected
29 @ CHECK: .eabi_attribute 0
30 @ CHECK: ^
33 @ CHECK: error: comma expected
34 @ CHECK: .eabi_attribute Tag_compatibility, 1
35 @ CHECK: ^
38 @ CHECK: error: attribute name not recognised: Tag_MPextension_use_old
39 @ CHECK: .eabi_attribute Tag_MPextension_use_old, 0
40 @ CHECK: ^