• Ian Lance Taylor's avatar
    test: match gccgo error messages for goto.go and bug344.go · f1aefc0d
    Ian Lance Taylor authored
    goto.go:39:2: error: goto jumps over declaration of ‘x’
    goto.go:40:2: note: ‘x’ defined here
    goto.go:57:2: error: goto jumps over declaration of ‘x’
    goto.go:62:2: note: ‘x’ defined here
    goto.go:77:2: error: goto jumps over declaration of ‘x’
    goto.go:78:2: note: ‘x’ defined here
    goto.go:87:2: error: goto jumps over declaration of ‘x’
    goto.go:88:2: note: ‘x’ defined here
    goto.go:114:2: error: goto jumps into block
    goto.go:115:2: note: goto target block starts here
    goto.go:125:2: error: goto jumps into block
    goto.go:122:2: note: goto target block starts here
    goto.go:130:2: error: goto jumps into block
    goto.go:133:4: note: goto target block starts here
    goto.go:142:2: error: goto jumps into block
    goto.go:145:2: note: goto target block starts here
    goto.go:179:2: error: goto jumps into block
    goto.go:180:10: note: goto target block starts here
    goto.go:186:2: error: goto jumps into block
    goto.go:187:10: note: goto target block starts here
    goto.go:194:2: error: goto jumps into block
    goto.go:196:4: note: goto target block starts here
    goto.go:205:3: error: goto jumps into block
    goto.go:202:11: note: goto target block starts here
    goto.go:211:3: error: goto jumps into block
    goto.go:212:4: note: goto target block starts here
    goto.go:219:3: error: goto jumps into block
    goto.go:220:18: note: goto target block starts here
    goto.go:227:3: error: goto jumps into block
    goto.go:228:18: note: goto target block starts here
    goto.go:241:3: error: goto jumps into block
    goto.go:243:4: note: goto target block starts here
    goto.go:290:2: error: goto jumps into block
    goto.go:287:6: note: goto target block starts here
    goto.go:299:2: error: goto jumps into block
    goto.go:294:6: note: goto target block starts here
    goto.go:306:2: error: goto jumps into block
    goto.go:303:12: note: goto target block starts here
    goto.go:313:2: error: goto jumps into block
    goto.go:310:24: note: goto target block starts here
    goto.go:320:2: error: goto jumps into block
    goto.go:317:18: note: goto target block starts here
    goto.go:327:2: error: goto jumps into block
    goto.go:324:18: note: goto target block starts here
    goto.go:334:2: error: goto jumps into block
    goto.go:331:18: note: goto target block starts here
    goto.go:341:2: error: goto jumps into block
    goto.go:338:18: note: goto target block starts here
    goto.go:395:2: error: goto jumps into block
    goto.go:398:2: note: goto target block starts here
    goto.go:403:2: error: goto jumps into block
    goto.go:406:2: note: goto target block starts here
    goto.go:413:2: error: goto jumps into block
    goto.go:417:2: note: goto target block starts here
    goto.go:424:3: error: goto jumps into block
    goto.go:426:2: note: goto target block starts here
    goto.go:436:3: error: goto jumps into block
    goto.go:433:2: note: goto target block starts here
    goto.go:492:2: error: goto jumps into block
    goto.go:495:2: note: goto target block starts here
    goto.go:500:2: error: goto jumps into block
    goto.go:503:2: note: goto target block starts here
    goto.go:510:2: error: goto jumps into block
    goto.go:514:2: note: goto target block starts here
    goto.go:521:3: error: goto jumps into block
    goto.go:523:2: note: goto target block starts here
    goto.go:533:3: error: goto jumps into block
    goto.go:530:2: note: goto target block starts here
    
    bug344.go:17:2: error: goto jumps into block
    bug344.go:20:21: note: goto target block starts here
    
    R=rsc
    CC=golang-dev
    https://golang.org/cl/5077044
    f1aefc0d
goto.go 8.34 KB