aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs/issue11326b.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/issue11326b.go')
-rw-r--r--test/fixedbugs/issue11326b.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/fixedbugs/issue11326b.go b/test/fixedbugs/issue11326b.go
index 8aba4d9121..b5f933bfea 100644
--- a/test/fixedbugs/issue11326b.go
+++ b/test/fixedbugs/issue11326b.go
@@ -1,5 +1,9 @@
// run
+// Does not work with gccgo, which uses a smaller (but still permitted)
+// exponent size.
+// +build !gccgo
+
// Copyright 2015 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.