summaryrefslogtreecommitdiff
path: root/gcc/testsuite/go.test/test/fixedbugs/bug479.go
diff options
context:
space:
mode:
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2013-12-13 05:23:14 +0000
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2013-12-13 05:23:14 +0000
commit5b82cf0163c05e149e314621944d7b331126eaab (patch)
treec67736e2ae2c733d75720c237eb1eb8c4fd3964f /gcc/testsuite/go.test/test/fixedbugs/bug479.go
parentd3ce437f9657c88eb04616d565d6840b6f7ba45e (diff)
downloadgcc-5b82cf0163c05e149e314621944d7b331126eaab.tar.gz
Update to copy of current master Go testsuite.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@205955 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/go.test/test/fixedbugs/bug479.go')
-rw-r--r--gcc/testsuite/go.test/test/fixedbugs/bug479.go10
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/testsuite/go.test/test/fixedbugs/bug479.go b/gcc/testsuite/go.test/test/fixedbugs/bug479.go
new file mode 100644
index 00000000000..f8a0f93c736
--- /dev/null
+++ b/gcc/testsuite/go.test/test/fixedbugs/bug479.go
@@ -0,0 +1,10 @@
+// rundir
+
+// Copyright 2013 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.
+
+// Gccgo was not consistent in deciding how to compare a struct type
+// for equality, leading to an undefined symbol at link time.
+
+package ignored