Update index.go from master testsuite.
From-SVN: r193258
This commit is contained in:
parent
32387f4bfa
commit
efa1fe237a
1 changed files with 5 additions and 0 deletions
|
@ -21,6 +21,7 @@ import (
|
|||
"flag"
|
||||
"fmt"
|
||||
"os"
|
||||
"runtime"
|
||||
)
|
||||
|
||||
const prolog = `
|
||||
|
@ -224,6 +225,10 @@ func main() {
|
|||
// the next pass from running.
|
||||
// So run it as a separate check.
|
||||
thisPass = 1
|
||||
} else if a == "s" && n == "" && (i == "i64big" || i == "i64bigger") && runtime.GOARCH == "amd64" {
|
||||
// On amd64, these huge numbers do fit in an int, so they are not
|
||||
// rejected at compile time.
|
||||
thisPass = 0
|
||||
} else {
|
||||
thisPass = 2
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue