]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/gc: update issue tracker link
authorAlberto Donizetti <alb.donizetti@gmail.com>
Thu, 1 Jan 2015 21:40:11 +0000 (22:40 +0100)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 2 Jan 2015 15:45:17 +0000 (15:45 +0000)
Updated the issue tracker link the compiler prints out
when asking for a bug report after an internal error.

Change-Id: I092b118130f131c6344d9d058bea4ad6379032b8
Reviewed-on: https://go-review.googlesource.com/2218
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/gc/subr.c

index f01e9c57f57ca87c7c0bca4e1ebc18e8452ed0d6..7d2f8773fc90f6ee3573fa782393253ad58b46d6 100644 (file)
@@ -250,7 +250,7 @@ fatal(char *fmt, ...)
        if(strncmp(getgoversion(), "release", 7) == 0) {
                print("\n");
                print("Please file a bug report including a short program that triggers the error.\n");
-               print("http://code.google.com/p/go/issues/entry?template=compilerbug\n");
+               print("https://golang.org/issue/new\n");
        }
        hcrash();
        errorexit();