/toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/ |
incompatible.l | 1 .*incompatible.*
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
attr-gnu-4-1-mfp64.l | 2 .*: Warning: .gnu_attribute 4,1 is incompatible with `gp=32 fp=64'
|
attr-gnu-4-1-msingle-float.l | 2 .*: Warning: .gnu_attribute 4,1 is incompatible with `singlefloat'
|
attr-gnu-4-1-msoft-float.l | 2 .*: Warning: .gnu_attribute 4,1 is incompatible with `softfloat'
|
attr-gnu-4-2-msoft-float.l | 2 .*: Warning: .gnu_attribute 4,2 is incompatible with `softfloat'
|
attr-gnu-4-5-msingle-float.l | 2 .*: Warning: .gnu_attribute 4,5 is incompatible with `singlefloat'
|
attr-gnu-4-5-msoft-float.l | 2 .*: Warning: .gnu_attribute 4,5 is incompatible with `softfloat'
|
attr-gnu-4-6-msingle-float.l | 2 .*: Warning: .gnu_attribute 4,6 is incompatible with `singlefloat'
|
attr-gnu-4-6-msoft-float.l | 2 .*: Warning: .gnu_attribute 4,6 is incompatible with `softfloat'
|
attr-gnu-4-6-noodd.l | 2 .*: Warning: .gnu_attribute 4,6 is incompatible with `nooddspreg'
|
attr-gnu-4-7-msingle-float.l | 2 .*: Warning: .gnu_attribute 4,6 is incompatible with `singlefloat'
|
attr-gnu-4-7-msoft-float.l | 2 .*: Warning: .gnu_attribute 4,6 is incompatible with `softfloat'
|
mipsr6@attr-gnu-4-1-msingle-float.l | 2 .*: Warning: .gnu_attribute 4,1 is incompatible with `singlefloat' 3 .*: Warning: .gnu_attribute 4,1 is incompatible with `gp=32 fp=64'
|
mipsr6@attr-gnu-4-1-msoft-float.l | 2 .*: Warning: .gnu_attribute 4,1 is incompatible with `softfloat' 3 .*: Warning: .gnu_attribute 4,1 is incompatible with `gp=32 fp=64'
|
/prebuilts/go/darwin-x86/test/ |
const6.go | 22 c7 = c1 == c2 // ERROR "mismatched types|incompatible types" 23 c8 = c2 == c6 // ERROR "mismatched types|incompatible types" 24 c9 = c1 == c6 // ERROR "mismatched types|incompatible types" 27 _ = c1 && c2 // ERROR "mismatched types|incompatible types" 28 _ = c2 && c6 // ERROR "mismatched types|incompatible types" 29 _ = c1 && c6 // ERROR "mismatched types|incompatible types"
|
assign1.go | 161 pa0 = pa // ERROR "cannot use|incompatible" 162 pa0 = pa1 // ERROR "cannot use|incompatible" 163 pa = pa0 // ERROR "cannot use|incompatible" 164 pa = pa1 // ERROR "cannot use|incompatible" 165 pa1 = pa0 // ERROR "cannot use|incompatible" 166 pa1 = pa // ERROR "cannot use|incompatible" 168 pb0 = pb // ERROR "cannot use|incompatible" 169 pb0 = pb1 // ERROR "cannot use|incompatible" 170 pb = pb0 // ERROR "cannot use|incompatible" 171 pb = pb1 // ERROR "cannot use|incompatible" [all...] |
/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug197.go | 14 var t T = int(0) // ERROR "cannot use|incompatible" 15 var t1 T = int(x) // ERROR "cannot use|incompatible" 16 var u U = int(0) // ERROR "cannot use|incompatible" 17 var u1 U = int(x) // ERROR "cannot use|incompatible" 24 var s3 = s + string("hello") // ERROR "invalid operation|incompatible" 25 var s4 = string("hello") + s // ERROR "invalid operation|incompatible"
|
/prebuilts/go/linux-x86/test/ |
const6.go | 22 c7 = c1 == c2 // ERROR "mismatched types|incompatible types" 23 c8 = c2 == c6 // ERROR "mismatched types|incompatible types" 24 c9 = c1 == c6 // ERROR "mismatched types|incompatible types" 27 _ = c1 && c2 // ERROR "mismatched types|incompatible types" 28 _ = c2 && c6 // ERROR "mismatched types|incompatible types" 29 _ = c1 && c6 // ERROR "mismatched types|incompatible types"
|
assign1.go | 161 pa0 = pa // ERROR "cannot use|incompatible" 162 pa0 = pa1 // ERROR "cannot use|incompatible" 163 pa = pa0 // ERROR "cannot use|incompatible" 164 pa = pa1 // ERROR "cannot use|incompatible" 165 pa1 = pa0 // ERROR "cannot use|incompatible" 166 pa1 = pa // ERROR "cannot use|incompatible" 168 pb0 = pb // ERROR "cannot use|incompatible" 169 pb0 = pb1 // ERROR "cannot use|incompatible" 170 pb = pb0 // ERROR "cannot use|incompatible" 171 pb = pb1 // ERROR "cannot use|incompatible" [all...] |
/prebuilts/go/linux-x86/test/fixedbugs/ |
bug197.go | 14 var t T = int(0) // ERROR "cannot use|incompatible" 15 var t1 T = int(x) // ERROR "cannot use|incompatible" 16 var u U = int(0) // ERROR "cannot use|incompatible" 17 var u1 U = int(x) // ERROR "cannot use|incompatible" 24 var s3 = s + string("hello") // ERROR "invalid operation|incompatible" 25 var s4 = string("hello") + s // ERROR "invalid operation|incompatible"
|
/external/compiler-rt/test/BlocksRuntime/ |
k-and-r.c | 8 // CONFIG error: incompatible block pointer types assigning 25 #error incompatible block pointer types assigning 29 #error incompatible block pointer types assigning
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
hash1b.d | 3 #error: .gnu.hash is incompatible with the MIPS ABI
|
hash1c.d | 3 #error: .gnu.hash is incompatible with the MIPS ABI
|
/prebuilts/go/darwin-x86/test/fixedbugs/bug248.dir/ |
bug3.go | 41 var i2 I0 = t1(0) // ERROR "does not implement|incompatible" 42 var i3 I1 = t0(0) // ERROR "does not implement|incompatible" 47 var p0i1 p0.I = t1(0) // ERROR "does not implement|incompatible" 48 var p0i2 p1.I = t0(0) // ERROR "does not implement|incompatible" 59 i0 = i1 // ERROR "cannot use|incompatible" 60 i1 = i0 // ERROR "cannot use|incompatible" 61 p0i = i1 // ERROR "cannot use|incompatible" 62 p1i = i0 // ERROR "cannot use|incompatible" 63 i0 = p1i // ERROR "cannot use|incompatible" 64 i1 = p0i // ERROR "cannot use|incompatible" [all...] |
/prebuilts/go/linux-x86/test/fixedbugs/bug248.dir/ |
bug3.go | 41 var i2 I0 = t1(0) // ERROR "does not implement|incompatible" 42 var i3 I1 = t0(0) // ERROR "does not implement|incompatible" 47 var p0i1 p0.I = t1(0) // ERROR "does not implement|incompatible" 48 var p0i2 p1.I = t0(0) // ERROR "does not implement|incompatible" 59 i0 = i1 // ERROR "cannot use|incompatible" 60 i1 = i0 // ERROR "cannot use|incompatible" 61 p0i = i1 // ERROR "cannot use|incompatible" 62 p1i = i0 // ERROR "cannot use|incompatible" 63 i0 = p1i // ERROR "cannot use|incompatible" 64 i1 = p0i // ERROR "cannot use|incompatible" [all...] |