mirror of
https://github.com/golang/go
synced 2024-11-21 21:54:40 -07:00
8d0265dd32
The gccgo compiler does not always generate a "cannot use" error message. It only does so for named types. Maybe that should change, but in any case it is irrelevant for this test. assign1.go:105:4: error: incompatible types in assignment (cannot use type A1 as type A) assign1.go:107:5: error: incompatible types in assignment (cannot use type A as type A1) assign1.go:112:4: error: incompatible types in assignment (cannot use type B1 as type B) assign1.go:114:5: error: incompatible types in assignment (cannot use type B as type B1) assign1.go:119:4: error: incompatible types in assignment (cannot use type C1 as type C) assign1.go:121:5: error: incompatible types in assignment (cannot use type C as type C1) assign1.go:126:4: error: incompatible types in assignment (cannot use type F1 as type F) assign1.go:128:5: error: incompatible types in assignment (cannot use type F as type F1) assign1.go:140:4: error: incompatible types in assignment (cannot use type M1 as type M) assign1.go:142:5: error: incompatible types in assignment (cannot use type M as type M1) assign1.go:147:4: error: incompatible types in assignment (cannot use type P1 as type P) assign1.go:149:5: error: incompatible types in assignment (cannot use type P as type P1) assign1.go:154:4: error: incompatible types in assignment (cannot use type S1 as type S) assign1.go:156:5: error: incompatible types in assignment (cannot use type S as type S1) assign1.go:158:6: error: incompatible types in assignment assign1.go:159:6: error: incompatible types in assignment assign1.go:160:5: error: incompatible types in assignment assign1.go:161:5: error: incompatible types in assignment assign1.go:162:6: error: incompatible types in assignment assign1.go:163:6: error: incompatible types in assignment assign1.go:165:6: error: incompatible types in assignment assign1.go:166:6: error: incompatible types in assignment assign1.go:167:5: error: incompatible types in assignment assign1.go:168:5: error: incompatible types in assignment assign1.go:169:6: error: incompatible types in assignment assign1.go:170:6: error: incompatible types in assignment assign1.go:172:6: error: incompatible types in assignment assign1.go:173:6: error: incompatible types in assignment assign1.go:174:5: error: incompatible types in assignment assign1.go:175:5: error: incompatible types in assignment assign1.go:176:6: error: incompatible types in assignment assign1.go:177:6: error: incompatible types in assignment assign1.go:179:6: error: incompatible types in assignment assign1.go:180:6: error: incompatible types in assignment assign1.go:181:5: error: incompatible types in assignment assign1.go:182:5: error: incompatible types in assignment assign1.go:183:6: error: incompatible types in assignment assign1.go:184:6: error: incompatible types in assignment assign1.go:186:6: error: incompatible types in assignment assign1.go:187:6: error: incompatible types in assignment assign1.go:188:5: error: incompatible types in assignment assign1.go:189:5: error: incompatible types in assignment assign1.go:190:6: error: incompatible types in assignment assign1.go:191:6: error: incompatible types in assignment assign1.go:193:6: error: incompatible types in assignment assign1.go:194:6: error: incompatible types in assignment assign1.go:195:5: error: incompatible types in assignment assign1.go:196:5: error: incompatible types in assignment assign1.go:197:6: error: incompatible types in assignment assign1.go:198:6: error: incompatible types in assignment assign1.go:200:6: error: incompatible types in assignment assign1.go:201:6: error: incompatible types in assignment assign1.go:202:5: error: incompatible types in assignment assign1.go:203:5: error: incompatible types in assignment assign1.go:204:6: error: incompatible types in assignment assign1.go:205:6: error: incompatible types in assignment assign1.go:207:6: error: incompatible types in assignment assign1.go:208:6: error: incompatible types in assignment assign1.go:209:5: error: incompatible types in assignment assign1.go:210:5: error: incompatible types in assignment assign1.go:211:6: error: incompatible types in assignment assign1.go:212:6: error: incompatible types in assignment R=rsc CC=golang-dev https://golang.org/cl/2163044 |
||
---|---|---|
.. | ||
bench | ||
bugs | ||
chan | ||
fixedbugs | ||
garbage | ||
interface | ||
ken | ||
nilptr | ||
syntax | ||
64bit.go | ||
235.go | ||
args.go | ||
arm-pass.txt | ||
assign1.go | ||
assign.go | ||
bigalg.go | ||
bigmap.go | ||
blank1.go | ||
blank.go | ||
chancap.go | ||
char_lit1.go | ||
char_lit.go | ||
closedchan.go | ||
closure.go | ||
cmp1.go | ||
cmp2.go | ||
cmp3.go | ||
cmp4.go | ||
cmp5.go | ||
cmplx.go | ||
cmplxdivide1.go | ||
cmplxdivide.c | ||
cmplxdivide.go | ||
complit.go | ||
compos.go | ||
const1.go | ||
const2.go | ||
const3.go | ||
const.go | ||
convert3.go | ||
convert.go | ||
convlit1.go | ||
convlit.go | ||
copy.go | ||
ddd1.go | ||
ddd2.go | ||
ddd3.go | ||
ddd.go | ||
decl.go | ||
declbad.go | ||
defer.go | ||
deferprint.go | ||
empty.go | ||
env.go | ||
errchk | ||
escape.go | ||
float_lit.go | ||
floatcmp.go | ||
for.go | ||
func1.go | ||
func2.go | ||
func3.go | ||
func4.go | ||
func5.go | ||
func.go | ||
gc1.go | ||
gc.go | ||
golden-arm.out | ||
golden.out | ||
hashmap.go | ||
helloworld.go | ||
if1.go | ||
if.go | ||
import1.go | ||
import2.go | ||
import3.go | ||
import4.go | ||
import.go | ||
index.go | ||
indirect1.go | ||
indirect.go | ||
initcomma.go | ||
initialize.go | ||
initializerr.go | ||
initsyscall.go | ||
int_lit.go | ||
intcvt.go | ||
iota.go | ||
literal.go | ||
malloc1.go | ||
mallocfin.go | ||
mallocrand.go | ||
mallocrep1.go | ||
mallocrep.go | ||
map.go | ||
method1.go | ||
method2.go | ||
method3.go | ||
method.go | ||
named1.go | ||
named.go | ||
nil.go | ||
nul1.go | ||
parentype.go | ||
peano.go | ||
printbig.go | ||
range.go | ||
recover1.go | ||
recover2.go | ||
recover3.go | ||
recover.go | ||
rename1.go | ||
rename.go | ||
run | ||
run-arm | ||
runtime.go | ||
sieve.go | ||
sigchld.go | ||
simassign.go | ||
sinit.go | ||
solitaire.go | ||
stack.go | ||
string_lit.go | ||
stringrange.go | ||
switch1.go | ||
switch.go | ||
test0.go | ||
turing.go | ||
typeswitch1.go | ||
typeswitch2.go | ||
typeswitch.go | ||
undef.go | ||
utf.go | ||
varerr.go | ||
varinit.go | ||
vectors.go | ||
zerodivide.go |