• Ian Lance Taylor's avatar
    Recognize gcco error messages. · 905338a8
    Ian Lance Taylor authored
    declbad.go:15:3: error: variables redeclared but no variable is new
    declbad.go:20:3: error: redefinition of 'f'
    declbad.go:19:3: note: previous definition of 'f' was here
    declbad.go:25:3: error: redefinition of 'i'
    declbad.go:24:3: note: previous definition of 'i' was here
    declbad.go:30:3: error: variables redeclared but no variable is new
    declbad.go:35:3: error: redefinition of 'i'
    declbad.go:34:3: note: previous definition of 'i' was here
    declbad.go:40:3: error: variables redeclared but no variable is new
    declbad.go:45:3: error: variables redeclared but no variable is new
    
    R=r
    DELTA=10  (0 added, 0 deleted, 10 changed)
    OCL=27934
    CL=27957
    905338a8
Name
Last commit
Last update
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
pkg Loading commit data...
src Loading commit data...
test Loading commit data...
usr Loading commit data...