projects
/
platform
/
upstream
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32387f4
)
Update index.go from master testsuite.
author
Ian Lance Taylor
<ian@gcc.gnu.org>
Tue, 6 Nov 2012 19:48:12 +0000
(19:48 +0000)
committer
Ian Lance Taylor
<ian@gcc.gnu.org>
Tue, 6 Nov 2012 19:48:12 +0000
(19:48 +0000)
From-SVN: r193258
gcc/testsuite/go.test/test/index.go
patch
|
blob
|
history
diff --git
a/gcc/testsuite/go.test/test/index.go
b/gcc/testsuite/go.test/test/index.go
index
447d708
..
461c2ee
100644
(file)
--- a/
gcc/testsuite/go.test/test/index.go
+++ b/
gcc/testsuite/go.test/test/index.go
@@
-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
}